home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / ks21_1.zip / KWIKSTAT.HLP < prev    next >
Text File  |  1990-12-01  |  8KB  |  225 lines

  1. KWIKSTAT 2.10 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,KSUTIL, Reports
  7. @7,Descriptive Statistics
  8. @8,t-test and ANOVA, paired or independent groups
  9. @9,Simple Linear Regression
  10. @10,Survival Analysis
  11. @11,Shareware and Registration Explained
  12. ##1
  13.  
  14.                                     KWIKSTAT
  15.                                     --------
  16. HOW TO ENTER DATA
  17.  
  18. Data may be entered from the keyboard, or from an ASCII text file. Data
  19. already stored in a dBASE III file may also be used.
  20.  
  21.                         ENTERING DATA FROM THE KEYBOARD
  22.  
  23. STEP 1:Create the structure of your database by selecting the "CREATE"
  24. option in the DATA module. Define names for each variable, maximum width of
  25. the field, and type of variable. (Character or Numeric).
  26.  
  27. STEP 2:Answer "Y" to "Enter data now?(Y/N)"
  28.  
  29. STEP 3:The "EDIT" option may be used to make corrections.
  30.  
  31. ##2
  32.                      ENTERING DATA FROM AN ASCII TEXT FILE
  33.  
  34. Create a database structure using the CREATE option. This structure should
  35. match the columns of data in the data file. For example, your data is in a
  36. file named "MYDATA.TXT". A database structure could be created using the
  37. following format:
  38.  
  39. Field Type  Width  Dec
  40.  
  41. NAME    C    10
  42. AGE     N     2     0
  43. BDATE   D     8
  44.  ^      ^     ^     ^
  45.  │      │     │     └─────────────Number of decimals in numeric data
  46.  │      │     └───────────────────Columns where data is found
  47.  │      └─────────────────────────Data type
  48.  └────────────────────────────────Variable (field) name
  49.  
  50. This means NAME is in columns 1-10, AGE in 11-12 and BDATE in 13-21.
  51. NOTICE:The format MUST be inclusive of all columns. DO NOT SKIP COLUMNS when
  52. specifying where data is located.
  53. ##3
  54.  
  55.                       ENTERING DATA FROM A DBASE III FILE
  56.  
  57. KWIKSTAT reads data directly from dBASE III files. In each module, you may
  58. specify which dBASE file to use. The module will display all ".DBF" files in
  59. the default path. However, you may also call files from other directories
  60. using drive and path names. For example, if you wish to access a file in the
  61. subdirectory named DB3, specify the name of the database "MYBASE" as
  62.  
  63. \DB3\MYBASE      or C:\DB3\MYBASE if it is on disk drive "C:"
  64.  
  65. ##4
  66.  
  67.                      SET UP DEFAULT DISK PATH OR DISK DRIVE
  68.  
  69. In the UTIL module, select the option to set up the default disk drive or
  70. path. This is not needed if data and program are in the same subdirectory.
  71.  
  72. If the data is stored in another drive, such as drive B, specify the default
  73. drive, "B:".
  74.  
  75. If the data is stored in another subdirectory, such as "MYDIR", specify this
  76. as "\MYDIR\" or "C:\MYDIR\"
  77.  
  78. The path will be added to the beginning of filenames used in the program.
  79.  
  80. ##5 HOW KWIKSTAT WORKS
  81.              Here are the basic divisions of KWIKSTAT Version 2.10
  82.  
  83. Module      Function
  84. ------      ---------------------------------------------------------
  85. DATA        Create a database, enter and edit data (KS21DATA.EXE)
  86.  
  87. UTIL        Output reports, output ASCII text files, setup, and create
  88.             or modify images  (KS21UTIL.EXE)
  89.  
  90. STAT        Descriptive statistics (KS21STAT.EXE)
  91.  
  92. AOV1        Comparitive statistics. T-tests, Analysis of Variance,
  93.             and Non-Parametric tests (KS21AOV1.EXE)
  94.  
  95. REG         Simple and Multiple Linear Regression (KS21REG.EXE)
  96.  
  97. CROS        Crosstabulation, Frequencies, Goodness of fit, Pictograph
  98.             and Pie Charts (KS21CROS)
  99. LIFE        Survival analysis, Life tables (KS21LIFE.EXE)
  100. ------      ---------------------------------------------------------
  101. ##6
  102.                           KWIKSTAT UTILITY - REPORTS
  103.  
  104. KWIKSTAT allows you to create and output data to the file or printer in the
  105. UTIL Module.
  106.  
  107. o  Output a listing of the data in the dataset (or a selected subset of the
  108. database). In this procedure you may specify column headings, inclusion of
  109. record number on the report, width and length of a page, and report title.
  110. A selection procedure is ued to output a report on a subset of the database.
  111.  
  112. o Output the data into a standard ASCII TEXT file. This is useful for
  113. transferring the data to other programs. Along with the output of data, you
  114. may also output a "format" file, which describes the contents of the text
  115. file.
  116.  
  117. ##7
  118.  
  119.                              DESCRIPTIVE STATISTICS
  120.  
  121. In the STAT module, you are allowed to examine summary statistics of the data
  122. in the database. Graphic presentations available in this module:
  123.  
  124. o HISTOGRAM    : examine the distribution of a continuous variable
  125. o SCATTERPLOT  : examine the relationship between two variables
  126. o TIME-SERIES  : examine pattern of a single variable across time
  127. o BOX PLOT     : used in detailed statistic on a singe variable
  128. ##8
  129.                               T-TESTS AND ANOVA'S
  130.  
  131. FOR INDEPENDENT GROUPS OR SINGLE GROUP
  132. --------------------------------------
  133. o Two groups:Student's t-test
  134.  
  135. o 3 to 10 groups: One way analysis of variance, Newman-Keuls multiple
  136.   comparisons performed at the 0.05 significance level.
  137.  
  138. o t-test and ANOVA from summary data
  139.  
  140. o Single sample t-test
  141.  
  142. FOR PAIRED OR REPEATED MEASURES
  143. -------------------------------
  144. o Two time periods or two paired observations:Students t-test for paired
  145.   observations.
  146.  
  147. o 3 to 10 repeated measures: Repeated Measures Analysis of Variance, with
  148.   Newman-Keuls multiple comparisons.
  149. ##9 Linear regression
  150.  
  151.                                LINEAR REGRESSION
  152.  
  153. o Comparing paired observations, simple or multiple linear models
  154.  
  155. o The equation of the line is calculated
  156.  
  157. o Pearson's and Spearman's Correlation coefficients, and R²
  158.  
  159. o Test's for significance of parameters
  160.  
  161. o Scatterplot, graphical examination of residuals
  162.  
  163. o Multiple regression on up to 10 independent variables
  164.  
  165. ##10
  166.  
  167.                                SURVIVAL ANALYSIS
  168.  
  169. The Kwikstat LIFE program expects data to be in the following format:
  170.  
  171. 1. A time variable that measures the length of time from the beginning of the
  172. measured event until failure or end of measurment.
  173.  
  174. 2. A censor value (0 or 1) where 1 means that the subject ended in failure
  175. (death), and 0 means that the subject is still being followed (alive).
  176.  
  177. 3. Optionally, there may be a grouping variable.  If a grouping variable is
  178. chosen, a statistical test for the comparison of the survival curves will be
  179. calculated.
  180.  
  181. A life table and survival curve will be generated for each group.
  182.  
  183. ##11
  184.  
  185.                                S H A R E W A R E
  186.                                _________________
  187.  
  188.  
  189.                             TRY IT BEFORE YOU BUY IT
  190.  
  191. The purpose of shareware products is to allow you to try software products
  192. before you buy them.  KWIKSTAT is not a public domain program. Persons who
  193. use KWIKSTAT on a regular basis should purchase a copy. You receive several
  194. benefits from becoming an official registered user:
  195.  
  196. 1. You help to keep the product growing to meet your needs.
  197. 2. You receive the very latest version, with a printed, bound, and expanded
  198. manual.
  199. 3. You receive periodic newsletters announcing new releases, and pointing out
  200. important information on any bugs and fixes.
  201. 4. You are able to purchase update to new versions for a minimal cost.
  202.  
  203. Print the file on disk named ORDER to register.  Thanks.
  204.  
  205. ##12
  206.  
  207.                            ┌─────────┐
  208.                      ┌─────┴───┐     │              (tm)
  209.                    ──│         │o    │──────────────────
  210.                      │   ┌─────┴╨──┐ │  Association of
  211.                      │   │         │─┘  Shareware
  212.                      └───│    o    │    Professionals
  213.                    ──────│    ║    │────────────────────
  214.                          └────╨────┘    MEMBER
  215.  
  216. TexaSoft is a member of the Association of Shareware Professionals (ASP).
  217. ASP wants to make sure that the shareware principle works for you.  If you
  218. are unable to resolve a shareware-related problem with an ASP member by
  219. contacting the member directly, ASP may be able to help. The ASP Ombudsman
  220. can help you resolve a dispute or problem with an ASP member, but does not
  221. provide technical support for members' products.  Please write to the ASP
  222. Ombudsman at P.O. Box 5786, Bellevue, WA 98006 or send a Compuserve message
  223. via Easyplex to ASP Ombudsman (70007,3536).
  224.  
  225.