home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 452 / kwikstat.hlp < prev    next >
Text File  |  1986-09-19  |  9KB  |  242 lines

  1. KWIKSTAT Help Screens
  2. @1,How to Enter Data:Keyboard, or from dBASE III file
  3. @3,How to Use data from a dBASE III file
  4. @4,Setup of the default file path
  5. @5,How KWIKSTAT works
  6. @7,Reports
  7. @8,Descriptive Statistics
  8. @9,Graphics
  9. @10,t-test and ANOVA, paired or independent groups
  10. @11,Simple Linear Regression
  11. @12,Order information
  12. @12,Report Bugs, Vote on enhancements to program
  13. ##1
  14.  
  15.                                     KWIKSTAT
  16.  
  17. How to enter Data
  18.  
  19. Data may be entered from the keyboard, or from an ASCII text file. Data 
  20. already stored in a dBASE III file may also be used.
  21.  
  22.  
  23.                         ENTERING DATA FROM THE KEYBOARD
  24.  
  25.  
  26. STEP 1:Create the structure of your database by selecting the "CREATE"
  27. option in the DATA module. Define names for each variable, maximum width of 
  28. the field, and type of variable. (Character, Numeric, Date, Logical).
  29.  
  30. STEP 2:Answer "Y" to "Enter data now?" question.
  31.  
  32. STEP 3:The "EDIT" option in the DATA module may be used to make corrections.
  33.  
  34. ##2
  35.                      ENTERING DATA FROM AN ASCII TEXT FILE
  36.  
  37. Data may be entered from a standard ASCII file. First, create a database
  38. structure using the CREATE option. This structure should match the columns of 
  39. data in the data file. For example, your data is in a file named 
  40. "MYDATA.TXT". A database structure could be created using the following
  41. format: 
  42.  
  43. Field Type  Width  Dec
  44.  
  45. NAME    C    10
  46. AGE     N     2     0
  47. BDATE   D     8
  48.  ^      ^     ^     ^                                                          
  49.  │      │     │     └─────────────Number of decimals in numeric data           
  50.  │      │     └───────────────────Columns where data is found                  
  51.  │      └─────────────────────────Data type
  52.  └────────────────────────────────Variable (field) name                        
  53.                                                                                
  54. This implies NAME is in columns 1-10, AGE in cols 11-12 and BDATE in cols 
  55. 13-21. NOTICE:The format MUST be inclusive with respect to column numbers. DO 
  56. NOT SKIP COLUMNS when specifying where data is located.
  57. ##3 How to Use data from a dBASE III file 
  58.  
  59. KWIKSTAT can read data directly from a dBASE III file. In each module, you
  60. may specify which dBASE file to use. The module will display all ".DBF" files 
  61. in the default path. However, you may also call files from other directories 
  62. using drive and path names. For example, if you wish to access a DBF file in 
  63. the subdirectory named DB3, you would specify the name of the dabtabase 
  64. "MYBASE" as 
  65.  
  66. \DB3\MYBASE      or C:\DB3\MYBASE if it is on disk drive "C:"
  67.  
  68. It is important to prepare your dBASE file before analyzing it in KWIKSTAT.
  69. Perform all transformations, creation of new variables, grouping variables,
  70. etc. using dBASE.
  71. ##4
  72.  
  73.  
  74.                      SET UP DEFAULT DISK PATH OR DISK DRIVE
  75.  
  76.  
  77. In the DATA module, select the option to set up the default disk drive or
  78. path. This is not needed if the data and program are in the same 
  79. subdirectory, and on the same disk drive. 
  80.  
  81. If the data is stored in another drive, such as drive B, specify the default
  82. drive, "B:".
  83.  
  84. If the data is stored in another subdirectory, such as "MYDIR", specify this
  85. as "\MYDIR\" or "C:\MYDIR\"
  86.  
  87. The default you specify will be tacked onto the beginning of file names you
  88. use in the program.
  89. ##5
  90.                                HOW KWIKSTAT WORKS
  91.  
  92. KWIKSTAT performs a number of statistical and report procedures. Here are the
  93. basic divisions of KWIKSTAT:
  94.  
  95. Module      Function
  96. ------      ---------------------------------------------------------
  97. DATA        Create a database, enter and edit data
  98.  
  99. REPORT      Output reports about the data, output ASCII text files, and
  100.             examine the contents of the database or other files.
  101.  
  102. STAT1       Descriptive statistics, graphical presentations, simple
  103.             linear regression and correlation.
  104.  
  105. STAT2       Comparitive statistics. t-test and Analysis of Variance
  106.             (ANOVA) on independent groups or repeated observations.
  107.  
  108. STAT3       Regression: Simple and Multiple Linear Regression.
  109.  
  110. STAT4       Survival analysis:Life tables, comparison of survival rates.
  111. ##6
  112.                           TYPICAL USE OF KWIKSTAT
  113.  
  114.                           ┌──────────────────────┐
  115.                           │  Create database in  │
  116.                           │ dBASE III or KWIKSTAT│
  117.                           └──────────────────────┘
  118.                                     │
  119.         ┌───────────────────────────┼──────────────────────────┐
  120.         │                           │                          │
  121. ┌─────────────────┐     ┌──────────────────────────┐   ┌──────────────────┐
  122. │  Create Report  │     │  Examine data using      │   │  Compare groups  │
  123. │                 │     │  descriptive procedures: │   │                  │
  124. │  o Output raw   │     │                          │   │  o Chi-Square    │
  125. │    data         │     │  o Detailed statistics   │   │  o t─test        │
  126. │  o Formatted    │     │  o Summary statistics    │   │  o ANOVA         │
  127. │    report       │     │  o Crosstabs             │   └──────────────────┘
  128. └─────────────────┘     │  o Regression            │
  129.                         │  o Survival analysis     │
  130.                         └──────────────────────────┘
  131.  
  132. ##7 Reports
  133.                                     REPORTS
  134.  
  135. KWIKSTAT allows you to create and output data to the file or printer in the
  136. REPORTS Module. 
  137.  
  138. 1 - You may output a listing of the data in the dataset (or a selected subset
  139. of the database). In this procedure you may specify such report features as 
  140. column headings, inclusion of record number on the report, width and length 
  141. of a page, and title of the report. You may also use a selection procedure to 
  142. output a report on a subset of the database.
  143.  
  144. 2 - You may output the data into a standard ASCII TEXT file. This is useful
  145. for transferring the data to other programs. Along with the output of data, 
  146. you may also output a "format" file, which describes the contents of the text 
  147. file. This may be in "dBASE" format or in "SAS" format. The SAS format file 
  148. (with extension .SAS) can be used to read the data into SAS. 
  149.  
  150. ##8 Descriptive Statistics
  151.  
  152.  
  153.                              DESCRIPTIVE STATISTICS
  154.  
  155.  
  156. In the STAT1 module, you are allowed to examine summary statistics of the 
  157. data in the database. Your options are as follows:
  158.  
  159. CONTINUOUS DATA:Detailed statistics on one variable or summary statistics
  160. on a number of variables.
  161.  
  162. Categorical data:Crosstabs, using the contingency table option
  163.  
  164. Graphics:next screen
  165. ##9 Graphics
  166.  
  167.                                     GRAPHICS
  168.  
  169. Graphics are used throughout the system to enhance understanding of certain 
  170. statistical procedures. Some of these graphical presentations include:
  171.  
  172. o HISTOGRAM    : examine the distribution of a continuous variable
  173. o SCATTERPLOT  : examine the relationship between two variables
  174. o RESIDUALS    : examine residuals from linear regression fit.
  175. o BOX PLOTS    : used in detailed statistics and ANOVA's to illustrate
  176.                  the distribtion of a continuous variable, and to
  177.                  compare distributions between groups.
  178. o 3-D BAR CHART: examine three dimensions of a table of counts (enter
  179.                  data in contingency table procedure).
  180. o NEWMAN-KEULS : a graphics presentation of significant differences
  181.                  in means between 3 or more groups is given in the
  182.                  ANOVA procedures.
  183. o SURVIVAL     : a plot of survival times is given in the STAT4 procedure.
  184. ##10 t-tests and ANOVA
  185.  
  186.                               t-Tests and ANOVA's
  187.  
  188. For Independent Groups:STAT2 module
  189.  
  190. o Two groups:Student's t-test
  191.  
  192. o 3 to 10 groups: One way analysis of variance, Newman-Keuls multiple
  193.   comparisons performed at the 0.05 significance level.
  194.  
  195.  
  196. For Paired or Repeated Measures:STAT2 module
  197.  
  198. o Two time periods or two paired observations:Students t-test for paired
  199.   observations.
  200.  
  201. o 3 to 10 repeated measures: Repeated Measures Analysis of Variance, with 
  202.   Newman-Keuls multiple comparisons.
  203. ##11 Linear regression
  204.                                LINEAR REGRESSION
  205.  
  206. o Comparing paired observations, simple or multiple linear models
  207.  
  208. o The equation of the line is calculated
  209.  
  210. o Correlation coefficient, R²
  211.  
  212. o t-test for significance of parameters
  213.  
  214. o Scatterplot
  215.  
  216. o Graphical examination of residuals
  217.  
  218. o Multiple regression on up to 10 independent variables.
  219. ##12
  220.  
  221.                       BECOME A REGISTERED USER OF KWIKSTAT
  222.  
  223.                     ORDER ADDITIONAL MANUALS, UPDATED COPIES
  224.  
  225.  
  226. See the file ORDER on the distribution disk, or the order form in the manual
  227. to become a registered user, or to purchase bound and more compelete manuals. 
  228. Thanks! 
  229.  
  230.  
  231.                            SEE APPENDIX IN MANUAL TO
  232.  
  233. o report bugs
  234.  
  235. o vote on enhancements of the KWIKSTAT program
  236.  
  237. o get list of example data sets
  238.  
  239.  
  240. PENDIX IN MANUAL TO
  241.  
  242. o report b