home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Masterblend / cdsharewaremasterblend.iso / finance / kwikstat / kshelp.300 < prev    next >
Text File  |  1991-11-15  |  10KB  |  282 lines

  1. KWIKSTAT Program 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. @6,Utilities Module, Reports, Import from 1-2-3
  7. @7,Descriptive Statistics
  8. @8,t-test and ANOVA, paired or independent groups
  9. @9,Non-Parametric Comparisons
  10. @10,Simple Linear Regression and Multiple Regression
  11. @11,Correlation
  12. @12,Life Tables and Survival Analysis
  13. @13,Shareware and Registration Explained
  14. ##1
  15.  
  16.                                     KWIKSTAT
  17.                                     --------
  18. HOW TO ENTER DATA
  19.  
  20. Data may be entered from the keyboard, or from an ASCII text file. Data
  21. already stored in a dBASE III or IV file may also be used.
  22.  
  23.                         ENTERING DATA FROM THE KEYBOARD
  24.  
  25. 1. CREATE THE STRUCTURE OF YOUR DATABASE by selecting the "CREATE"
  26. option in the DATA pull-down menu. Define names for each variable, maximum
  27. width of the field, and type of variable. (Character or Numeric).
  28.  
  29. 2. ENTER DATA by choosing the Enter Data option on the DATA pull-down menu.
  30.  
  31. 3. EDIT DATA by choosing the EDIT option on the DATA pull-down menu.
  32.  
  33. 4. CREATE NEW VARIABLES by choosing the TRANSFORM option on the DATA
  34. pull-down menu.
  35. ##2
  36.                      ENTERING DATA FROM AN ASCII TEXT FILE
  37.  
  38. Create a database structure using the CREATE option. This structure should
  39. match the columns of data in the data file. For example, your data is in a
  40. file named "MYDATA.TXT". A database structure could be created using the
  41. following 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 means NAME is in columns 1-10, AGE in 11-12 and BDATE in 13-21.
  55. NOTICE:The format MUST be inclusive of all columns. DO NOT SKIP COLUMNS when
  56. specifying where data is located.
  57. ##3
  58.  
  59.                    ENTERING DATA FROM A DBASE III or VI FILE
  60.  
  61. KWIKSTAT reads data directly from dBASE III and IV files. In each module, you
  62. may specify which dBASE file to use. The module will display all ".DBF" files
  63. in the default path by listing them in a pick box. To choose the database to
  64. use, press the up or down arrow keys to highlight the name of a database,
  65. then press Enter.
  66.  
  67. You may also call files from other directories using drive and path names.
  68. For example, if you wish to access a file in the subdirectory named DB3,
  69. press the F2 key when the database list appears. You will then be able to
  70. specify another path for the program to search, enter \DB3. A new pick list
  71. will appear containing the names of the .DBF files in the \DB3 directory.
  72. ##4
  73.                      SET UP DEFAULT DISK PATH OR DISK DRIVE
  74.  
  75. In the Main KWIKSTAT module (pull-down menus), select the CHANGE SETUP
  76. OPTIONS on the HELPS pull-down menu to set up the default disk drive or path,
  77. select monitor colors, printer and other setup criteria.
  78.  
  79. When asked to enter the default directory, just press Enter without entering
  80. any specification if the data is stored in the same drive as the program (the
  81. default directory). Otherwise, you can specify another subdirectory, such as
  82. "MYDIR". To do this, enter
  83.  
  84. \MYDIR\ or C:\MYDIR\
  85.  
  86. To use the B: drive as the default directory, enter the specification
  87.  
  88. B:\
  89.  
  90. ##5 HOW KWIKSTAT WORKS
  91. Module      KWIKSTAT features in this module
  92. ------      ---------------------------------------------------------
  93. MAIN MENU   Create a database, enter and edit data, set-up options
  94.  
  95. UTILITY     Reports, output ASCII files, edit images, import 1-2-3 data
  96.  
  97. STATISTICS  Descriptive statistics and graphs
  98.  
  99. AOV1        T-tests, one-way analysis of variance, repeated measures
  100.  
  101. NONPAR      Nonparametric comparison tests
  102.  
  103. REG         Simple and Multiple Linear Regression
  104.  
  105. CROS        Crosstabs, Frequencies, Goodness-of-fit, Pictograph, Pie Chart
  106.  
  107. LIFE        Survival analysis, Life tables
  108.  
  109. AOV2        Two-way analysis of variance, repeated measures (KWIKSTAT PLUS)
  110.  
  111. TIME        Time Series Analysis (KWIKSTAT PLUS)
  112.  
  113. SIMU        Simulations and Concepts
  114. ##6
  115.                           KWIKSTAT UTILITY MODULE
  116.  
  117. KWIKSTAT allows you to create and output data to the file or printer in the
  118. UTIL Module.
  119.  
  120. o  Output a listing of the data in the dataset (or a selected subset of the
  121. database). In this procedure you may specify column headings, inclusion of
  122. record number on the report, width and length of a page, and report title.
  123. A selection procedure is ued to output a report on a subset of the database.
  124.  
  125. o Output the data into a standard ASCII TEXT file. This is useful for
  126. transferring the data to other programs. Along with the output of data, you
  127. may also output a "format" file, which describes the contents of the text
  128. file.
  129.  
  130. o Import data from 1-2-3 files.
  131. ##7
  132.  
  133.                              DESCRIPTIVE STATISTICS
  134.  
  135. In the STATISTICS module, you are allowed to examine summary statistics of
  136. the data in the database and produce graphs:
  137.  
  138. o STATISTICS   : detailed or summary statistics on several variables
  139.  
  140. o P-VALUE      : calculate p-value for Z, t, Chi-Square and F statistics
  141.  
  142. o HISTOGRAM    : examine the distribution of a continuous variable
  143.  
  144. o SCATTERPLOT  : examine the relationship between two variables
  145.  
  146. o TIME-SERIES  : examine pattern of a single variable across time
  147.  
  148. o BOX PLOT     : used in detailed statistic on a singe variable
  149. ##8
  150.                               T-TESTS AND ANOVA'S
  151.  
  152. FOR INDEPENDENT GROUPS OR SINGLE GROUP
  153. --------------------------------------
  154. o Two groups:Student's t-test
  155.  
  156. o 3 to 10 groups: One way analysis of variance, Newman-Keuls multiple
  157.   comparisons performed at the 0.05 significance level.
  158.  
  159. o t-test and ANOVA from summary data
  160.  
  161. o Single sample t-test
  162.  
  163. FOR PAIRED OR REPEATED MEASURES
  164. -------------------------------
  165. o Two time periods or two paired observations:Students t-test for paired
  166.   observations.
  167.  
  168. o 3 to 10 repeated measures: Repeated Measures Analysis of Variance, with
  169.   Newman-Keuls multiple comparisons.
  170. ##9
  171.                           NON-PARAMETRIC COMPARISONS
  172.  
  173. FOR INDEPENDENT GROUPS OR SINGLE GROUP
  174. --------------------------------------
  175. o Two groups:Mann-Whitney U
  176.  
  177. o 3 to 10 groups: Kruskal Wallis One way analysis of variance, Newman-Keuls
  178.   multiple comparisons performed at the 0.05 significance level.
  179.  
  180.  
  181. FOR PAIRED OR REPEATED MEASURES
  182. -------------------------------
  183. o Two time periods or two paired observations:Friedman;'s Test.
  184.  
  185. o 3 to 10 repeated measures: Friedman's ANOVA with Newman-Keuls multiple
  186.   comparisons.
  187.  
  188.  
  189. ##10 Linear regression
  190.  
  191.                                LINEAR REGRESSION
  192.  
  193. o Relating observations, building a prediction equation
  194.  
  195. o The coefficients for the equation are calculated
  196.  
  197. o Correlation coefficient and R² are calculated
  198.  
  199. o Tests for significance of parameters
  200.  
  201. o Scatterplot, graphical examination of residuals
  202.  
  203. o Multiple regression on up to 10 independent variables
  204.  
  205.  
  206. ##11
  207.  
  208.                             CORRELATION PROCEDURES
  209.  
  210.  
  211. o Calculate Pearson's correlation coefficient on normal data.
  212.  
  213. o Calculate Spearman's correlation coefficient for non-normal data.
  214.  
  215. o Calculate a matrix of correlations
  216.  
  217. o Display a matrix of scattergrams
  218.  
  219. ##12
  220.  
  221.                                SURVIVAL ANALYSIS
  222.  
  223. The Kwikstat LIFE program expects data to be in the following format:
  224.  
  225. 1. A time variable that measures the length of time from the beginning of the
  226. measured event until failure or end of measurment.
  227.  
  228. 2. A censor value (0 or 1) where 1 means that the subject ended in failure
  229. (death), and 0 means that the subject is still being followed (alive).
  230.  
  231. 3. Optionally, there may be a grouping variable.  If a grouping variable is
  232. chosen, a statistical test for the comparison of the survival curves will be
  233. calculated.
  234.  
  235. A life table and survival curve will be generated for each group.
  236.  
  237. ##13
  238.  
  239.