home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / bstat247 / general.doc < prev    next >
Text File  |  1991-05-07  |  9KB  |  171 lines

  1. The main menu area is used for travelling between menus and for 
  2. loading and creating files. 
  3. "Create files" first requests information on the type of label
  4. to be used for the data. These labels are used only for graphing,
  5. and have no impact on the statistical procedures in the program. 
  6.  
  7. They may be initialized as blanks to be filled in later by you.
  8.  
  9. They may simply be a counter, in which case you will be asked to
  10. specify the starting value and a rate of increment. This option
  11. would be used if you wanted to specify calendar years, such as 1988.
  12.  
  13. You may select months as a label. In this case, you must enter a
  14. numeric value for the month, such as 1 for January, etc. 
  15.  
  16. The data may be specified as days of the week or weekdays. The
  17. difference between these two is that days of the week includes
  18. Saturday and Sunday, while week days includes only Monday to Friday.
  19. For each of these options, you have 13 different ways in which
  20. the date may be shown. These are displayed in a grid of 105 squares
  21. on the screen. Clicking the mouse button on one of the squares will
  22. highlight the style. A subsequent click will return the square
  23. to normal.
  24.  
  25. Clicking on OK will make the choice official.
  26.  
  27. This style of dialog box is used throughout B/STAT for selecting 
  28. variables. Pressing the "F1" key will have the same effect as 
  29. pressing OK. Pressing the "F2" key will cancel the operation, and 
  30. the default or previous labels will remain. In other procedures 
  31. "F2" will also act as a cancel button. After selecting the style, 
  32. you must specify the date information about the starting day for 
  33. the data (if relevant). These values must be specified numerically.
  34. If you enter an impossible month, such as month 23, the program
  35. will take the modulus of 12 and use this number to generate the
  36. starting month. In this case getting month 9 or Septempber. 
  37. Similar actions occur for the day. Years may be entered as 1988
  38. or as simply 88. Any number below 100 is treated as 1900+ the
  39. number; any negative numbers are converted to positives, so,
  40. unfortunately, years such as 34 B.C. will have to be typed as
  41. manual labels.
  42.  
  43. Once the type of label is entered, you will move to the 
  44. spreadsheet style data entry screen. This screen allows for up to 
  45. 104 columns of data (or such lessor number as you selected), and
  46. as many rows as you initialized in the program. The minimum number
  47. of data rows is 10. B/STAT is not a spreadsheet. This screen is
  48. simply for data entry, although some facility for variable creation
  49. does exist. The spreadsheet uses both drop-down menus and commands
  50. for operation. For rapid movement around the spreadsheet the 
  51. ">" command is used. >s45 will move the cursor to column "S" and
  52. row 45 automatically. As well, there are commands for sorting 
  53. columns, adding them together, etc. 
  54.  
  55. The command list is available by selecting the help menu from the 
  56. data entry screen. For missing data, enter NA as the value.
  57.  
  58. Simply clicking the left mouse button in any grid will move the 
  59. cursor to that grid.
  60.  
  61. The normal view of the columns in the spreadsheet is as separate 
  62. data variables. There are statistical procedures in B/STAT, 
  63. however, which treat the entire collection of data as a matrix of 
  64. data. These procedures are discussed more fully in the manual and 
  65. in the individual help screens.
  66.  
  67. B/STAT can save and load different data formats.
  68.  
  69. -"Save" and "load" do so in B/STAT's format. 
  70.  
  71. -"DIF load" and "DIF save" do so in the data interchange format 
  72. introduced by VISICALC many years ago and currently supported by 
  73. many programs. B/STAT will ask you if you want to load the data by 
  74. column or row. Strictly speaking, the question is misleading. In 
  75. the original DIF standard you could save the data by row or by 
  76. column. Many programs today give you no such choice, so you cannot 
  77. tell whether the variables were saved as rows or columns. 
  78. Similarily, B/STAT cannot tell whether the data represents 12 
  79. variables with 20 points each, or 20 variables with 12 points 
  80. each. We suggest that you load data by column and then check to 
  81. see if you got what you wanted. If not then simply type "FLIP". 
  82. The program will switch the rows and the columns. Note that B/STAT 
  83. can accept only numeric data in a DIF file.
  84.  
  85. NOTE B/STAT uses the proper DIF format as specified by the 
  86. originators of VISICALC. There are many programs which purport to 
  87. offer DIF support which do not in fact adhere to the standards at 
  88. all. SwiftCalc ST is one of these, as is Quattro on the PC.
  89.  
  90. -An ASCII file refers to a file in which each record is a number. 
  91. To be used by B/STAT the data must be in the following order:
  92. #rows used;
  93. #columns used;
  94. data value for col 1 row 1;
  95. data value for col 2 row 1;
  96. data value for col 3 row 1;
  97. etc.
  98.  
  99. An alternative method for ASCII files is comma delimited. If this 
  100. option is chosen then the number of variables and rows are not 
  101. entered. The data is entered variable by variable with a comma 
  102. between data points. The end of each variable is shown by a 
  103. carriage return.
  104.  
  105. -PRN files are created by many spreadsheet programs. These are 
  106. actual disk images of pages which would otherwise have been 
  107. printed. Only numerics are allowed in B/STAT. The data must have 
  108. been saved in such a way that the columns represent data 
  109. variables.
  110.  
  111. -WKS files are produced by products such as LOTUS 123. They may 
  112. also be labelled as WK1 or WK2 files. To load these you must
  113. specify a range from the spreadsheet. This range will be stated
  114. as A23-F47 for example. Only numeric data will be accepted. If you
  115. already have data in B/STAT, you will be asked if you want to
  116. replace the existing data or to augment it by creating new
  117. variables for the new data.
  118.  
  119. -SYLK files are created by multiplan. In all respects the dialogs 
  120. are the same as for WKS files.
  121.  
  122. -Editing a file simply places you in the spreadsheet data editor
  123. without destroying the existing data. This allows for adding or
  124. changing data.
  125.  
  126. -The help drive selection allows you to change the drive path for 
  127. finding the help files. When you start the program, the drive 
  128. searched for the files is the one from which the program was 
  129. started.
  130.  
  131. -The "Print to disk" option is an "on/off" toggle. When high 
  132. lighted all statistical tests will print to a disk file called 
  133. "BSTATPRN.DOC" rather than the printer. If the file already exists 
  134. the data will be appended to the file.
  135.  
  136. -The "Tables" selections load in standard statistics tables so that 
  137. you can check values against them. Not all possible tables are 
  138. present. Tables are not used for tests where B/STAT is able to 
  139. calculate the probability by direct mathematical means.
  140.  
  141. Coach poses a series of questions. Your answers to these will 
  142. enable the program to suggest statistical procedures. Not all 
  143. processes available in B/STAT are referenced by "Coach". For 
  144. example, time series studies are not suggested. This is because 
  145. coach was designed for a different class of problem than is 
  146. addressed by time series. As well, some of the procedures in 
  147. B/STAT are not, in and of themselves, statistical procedures. 
  148. Interpolation, fourier smoothing, etc., are not really statistical 
  149. in nature but simply mathematical. To use "Coach", you must have 
  150. some knowledge about your data and of terms used. The tutorial 
  151. should give these to you. The first question asks about the number 
  152. of variables measured for the experimental units. If, for example, 
  153. you are studying data on cars and you measure the price of each 
  154. car, then you have measured 1 variable. If you measure gas mileage 
  155. and acceleration as well, then you have measured 3 variables. If 
  156. you want to measure the influence of acceleration and gas mileage 
  157. on price, then price would be considered the dependent, or 
  158. criterion variable, and acceleration and gas mileage are the 
  159. independent variables. If you don't want to assume a dependency 
  160. relationship, then there would be no dependent or criterion 
  161. variable. In such a case, you would only be looking for 
  162. relationships among the variables. The succeeding questions will 
  163. deal with the nature of the variables themselves, to determine 
  164. whether they are nominally, ordinally, or intervally scaled, and 
  165. whether they are related or not. At the end of the questions (3 or 
  166. 4 generally), the program will return a suggested procedure. In 
  167. some cases, there is none. Remember that one can consider 
  168. intervally scaled data to be ordinally scaled, and you may wish to 
  169. do so for some types of analysis. Similarily you can restate 
  170. ordinal data as nominal on occasion.
  171.