home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / e / estat21.zip / EASIDOC.ZIP / ESCHAP03.DOC < prev    next >
Text File  |  1992-06-30  |  11KB  |  265 lines

  1.  
  2.  
  3.      Chapter 3: OVERVIEW OF EASISTAT
  4.  
  5.  
  6.      3:1. Command line parameters
  7.  
  8.      These are instructions to the program typed in on the
  9.      same line as you type EASISTAT and control the way that
  10.      the program starts up. They are entered as follows:
  11.  
  12.      EASISTAT filename /switch1 /switch2
  13.  
  14.      The first word you type after EASISTAT is taken to be the
  15.      name of a command file from which commands are input.
  16.      This has exactly the same effect as using the INPUT
  17.      command from within EASISTAT, but it means that the
  18.      program can be told which command file to use from within
  19.      a batch file. Each switch consists of a slash followed by
  20.      one letter (which may be upper or lower case). The
  21.      following switches are available:
  22.  
  23.      /I - Ignore errors and pauses in command files, do not
  24.      stop and wait for the user to press a key.
  25.  
  26.      /B - Use BIOS calls to write to the screen. This may be
  27.      necessary for EASISTAT to work on some incompatible
  28.      computers and monitors. It is also necessary for it to
  29.      work in a window of some versions of Microsoft Windows.
  30.      It makes the program run slightly more slowly.
  31.  
  32.      /L - Produce confidence limits where appropriate. The L
  33.      must be followed immediately by a number between 5 and
  34.      99.9 which states what percentage confidence limits
  35.      should be output. For example entering EASISTAT /L95
  36.      would produce 95% confidence limits. This switch has just
  37.      the same effect as has the LIMITS command and further
  38.      details are given in the section describing that command.
  39.  
  40.  
  41.      3:2. Screen layout
  42.  
  43.      The EASISTAT screen consists of two windows, a bottom
  44.      window where you type in instructions for the program and
  45.      a top window where the output from EASISTAT appears. The
  46.      only exception to this is when you are using the editor,
  47.      when you are allowed to type directly into the top
  48.      window.
  49.  
  50.      It is important to keep this distinction clearly in mind
  51.      because when you learn how to use command files and
  52.      output files you will find that command files consist of
  53.      exactly what you type into the bottom window, and output
  54.      files consist of exactly what comes out of the top
  55.      window.
  56.  
  57.      Sometimes the output from EASISTAT is too wide to all fit
  58.      on the screen (for example when listing rows of data).
  59.      When this happens only part of the output will be viewed
  60.      on screen, but if an output file is open then all the
  61.      output will be sent to that.
  62.  
  63.  
  64.  
  65.      
  66.        20 
  67.        Overview of EASISTAT  
  68.      
  69.      3:3. Keyboard input
  70.  
  71.      Every time the "Select command -" message appears you can
  72.      type normal letters, numbers and punctuation along a line
  73.      and can use the BACKSPACE key to correct mistakes. When
  74.      you have finished typing what you want press the ENTER
  75.      key and EASISTAT will act on what you have typed. This
  76.      will be described as entering a line. On some computers
  77.      the ENTER key is called RETURN or CR or is just marked
  78.      with an arrow going down and then left. For brevity we
  79.      will just refer to it as the ENTER key.
  80.  
  81.      The LEFT and RIGHT cursor keys can be used to move along
  82.      the line, and using the CONTROL key with them moves a
  83.      word at a time. HOME and END move to the start or end of
  84.      the line. Insert and overwrite mode are toggled with the
  85.      INSERT key. BACKSPACE and DELETE keys delete a letter
  86.      left and right. CONTROL-HOME and CONTROL-END delete to
  87.      the start or finish of the line. The ESCAPE key deletes
  88.      the whole line. The ESCAPE key is marked "Esc" and is
  89.      usually near the top left of the keyboard. To use the
  90.      CONTROL key (the key marked "Ctrl" near the bottom left
  91.      of the keyboard) first hold it down and then while
  92.      keeping it pressed push the key goes with it, so to type
  93.      CONTROL-HOME hold down the CONTROL key, press and release
  94.      the HOME key, and finally release the CONTROL key. If the
  95.      cursor keys are not in a special cluster on their own
  96.      then make sure to turn off the NUMLOCK key before using
  97.      them. The actions of some of these keys are slightly
  98.      different when using the spreadsheet-like data editor
  99.      called up by the EDIT command. These special functions
  100.      are described in the section on that command.
  101.  
  102.      A useful feature is the ability to recall and edit
  103.      previously typed command lines, sometimes called a
  104.      history feature. This is accomplished using the UP and
  105.      DOWN cursor keys, which allow you to scroll through
  106.      previous commands. Lines three characters long or more
  107.      are stored for subsequent recall in this way, and going
  108.      back to previous lines and editing them is invaluable
  109.      when typing mistakes need to be corrected or when several
  110.      similar tests need to be performed repeatedly.
  111.  
  112.      Please note that anything you type can use either capital
  113.      letters or lower case letters, or if you like a mixture
  114.      of the two. We have used capital letters a lot in this
  115.      manual to try to make things clear, but there is no need
  116.      at all for you to use them if you find lower case letters
  117.      more convenient.
  118.  
  119.  
  120.      3:4. Description of files
  121.      used by EASISTAT
  122.  
  123.      EASISTAT reads and writes four kinds of files. These are
  124.      data files, output files, command files and graph files.
  125.      Command files are sometimes also referred to as input
  126.      files.
  127.  
  128.      3:4.1  Data files
  129.  
  130.  
  131.      
  132.        21 
  133.        Overview of EASISTAT  
  134.      
  135.      Data can be stored in these files by EASISTAT, and
  136.      EASISTAT can read data files either that it has written
  137.      itself or that have been produced by another program like
  138.      a spreadsheet or word processor. The command used to read
  139.      a data file is DATA, and to save a data file DATA SAVE is
  140.      used. Please see the section on the DATA command for
  141.      details of the format of data files, and how to transfer
  142.      files from Lotus 1-2-3.
  143.  
  144.      3:4.2  Output files
  145.  
  146.      These are files containing the results of EASISTAT's
  147.      statistical tests, or anything else which you ask the
  148.      program to write out. They contain copies of all the
  149.      output which appears in the top window of the screen.
  150.      They are created with the OUTPUT command, so please see
  151.      the section on this command for details.
  152.  
  153.      3:4.3  Command files
  154.  
  155.      These contain lists of commands for EASISTAT to perform,
  156.      just as if you were typing in those commands at the
  157.      keyboard. They are read using the INPUT command and can
  158.      be written using a word processor such as EDIT.EXE or
  159.      using the LOG command. Please see the sections on these
  160.      two commands for details. A command file can also be read
  161.      in when EASISTAT is first run - of the see the section
  162.      above on "command line parameters". Command files are a
  163.      powerful facility of EASISTAT allowing you to run long
  164.      statistical analyses automatically from a series of
  165.      commands that you have prepared in advance, and also make
  166.      it possible to run EASISTAT from within DOS batch files.
  167.  
  168.      3:4.4  Graph files
  169.  
  170.      These contain data in the format needed by EASIGRAF to
  171.      produce appropriate graphs and can be generated by the
  172.      CHISQ, ANOVA, BASICS, REGRESS, KOLMOGOROV and COMPONENTS
  173.      commands. Further details about these files are contained
  174.      in the chapters describing EASIGRAF.
  175.  
  176.  
  177.      3:5. Editing files
  178.  
  179.      The four kinds of auxiliary file EASISTAT uses, data,
  180.      output, command and graph files, are all ASCII files.
  181.      This means that they are files containing only normal
  182.      characters like letters, numbers, punctuation and line
  183.      feeds, and none of the special characters that some word
  184.      processors use. It will add enormously to the value and
  185.      convenience of EASISTAT if you have the ability to edit
  186.      these files, and to do that you need a word processor or
  187.      editor that can deal with ASCII text. A very simple text
  188.      editor called EDIT.EXE is supplied with EASISTAT which is
  189.      suitable, but you may wish to use your own program
  190.      instead. Most word processors nowadays do have an option
  191.      to edit ASCII files, however sometimes it can be
  192.      difficult to tell from the manual how to select this
  193.      option.
  194.  
  195.      Your word processor may work with ASCII files as a matter
  196.      of course. To test this, run your word processor and type
  197.      
  198.        22 
  199.        Overview of EASISTAT  
  200.      
  201.      a few lines of text then save it in a file called TEST
  202.      and quit the word processor. Now enter TYPE TEST or COPY
  203.      TEST CON. In each case what you typed should appear on
  204.      the screen, and if it appears just as you typed it with
  205.      no funny smiley faces or weird symbols or beeps then it
  206.      is an ASCII file and you can use your word processor to
  207.      edit EASISTAT files directly. An example of a word
  208.      processor that uses ASCII files is PC-Write.
  209.  
  210.      If (as is more likely) you do get a few funny symbols
  211.      then you are going to have to find out if there is a
  212.      special option to read and write ASCII files. Try looking
  213.      for one of the following options in your word processor
  214.      manual: ASCII, Import/Export text, Save/Retrieve DOS
  215.      text, non-document mode. If you find something that looks
  216.      likely then use it to save a file to disk and then use
  217.      the TYPE command to display it as suggested above.
  218.  
  219.      If you can't find any way for your word processor to
  220.      handle ASCII then you will have to use something else to
  221.      edit files with (though it is not impossible to use
  222.      EASISTAT without the auxiliary files, just inconvenient).
  223.      You can use the EDIT program we supply, although it is
  224.      somewhat limited and does not have many features.
  225.      Alternatively you may want to spend a few pounds to
  226.      acquire a copy of PC-Write from a firm which distributes
  227.      Shareware programs. You can see advertisements for them
  228.      in most magazines dealing with PC's.
  229.  
  230.      Once you are able to deal with ASCII files the only
  231.      difficulty you are likely to run into is if your word
  232.      processor performs automatic reformatting and starts
  233.      making everything into paragraphs. To prevent this
  234.      happening make sure that your left margin is set to 0 and
  235.      your right margin is bigger than the length of the
  236.      longest line in your file. If there is an option to turn
  237.      off justification, word-wrapping or reformatting then use
  238.      it, and if you have the choice when importing text then
  239.      say that you want hard carriage returns.
  240.  
  241.      Throughout the rest of the manual you will see references
  242.      to editing data, output, command and graph files. Except
  243.      when using the built-in data editor in EASISTAT to alter
  244.      data values, you must use a word processor which loads
  245.      and saves files in ASCII format as described above. We
  246.      also recommend that before editing a file you always make
  247.      a back up copy of it in case something goes wrong.
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.      
  264.        23 
  265.