home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 474 / 474.cat next >
Text File  |  1988-09-17  |  4KB  |  80 lines

  1. (C) Copywrite 1988.
  2.                          Lex-C-Rom Inc.
  3.                    Shareware Library Systems
  4.                      451 moody St SWT 206
  5.                       Waltham, Ma 02154
  6.     Data 617-899-0060 Fax  617-899-9317 Voice  617-894-4452
  7. -------------------------------------------------------------------------
  8. Cataloging system of disks copywrited by Lex-C-Rom Inc. Copywrite of contents
  9. belong to each author. 
  10. --------------------------------------------------------------------------
  11.    Name of disk
  12. STAT TOOLS  (Disk 2 of 2)   
  13. --------------------------------------------------------------------------
  14. Exp of disk.
  15.  
  16. ---------------------------------------------------------------------------
  17. STAT-SAK, the statistician's Swiss Army Knife, is meant as a supplemental tool 
  18. for anyone who analyzes data regularly and has access to a large statistical 
  19. package.  STAT-SAK will not do calculations that require the entry of the 
  20. original observations.  STAT-SAK calculates distributions (Normal, t, 
  21. chi-square, F), tests of independence/homogeneity of proportions in two 
  22. dimensional contingency tables, Mantel-Haenszel test, McNemar's test, 
  23. correlation coefficients, Bartholomew's test.  Double precision calculations 
  24. are used throughout. 
  25.  
  26. PC-PITMAN performs exact randomization tests.  It also performs Wilcoxon 
  27. signed-rank tests and Wilcoxon-Mann-Whitney U tests in the presence of an 
  28. arbitrary number of ties in the data. 
  29.  
  30. PC-EMS uses the algorithm of Cornfield and Tukey(1956) to calculate tables of 
  31. Expected Mean Squares for balanced experiments. 
  32.  
  33. PC-PLAN generates randomization plans.  The resulting file can be used as 
  34. input to a word processing program for touch up and entry into a report.
  35.  
  36. ------------  STAT-SAK
  37. STAT-SAK EXE  Main program for STAT-SAK
  38. STAT-SAK DOC  Documenatation for STAT-SAK
  39. STAT-SAK FOR  FORTRAN source code for STAT-SAK
  40. ------------  PC-PITMAN
  41. PITMAN   DOC  Main program for PITMAN
  42. PITMAN   EXE  Documenatation for PITMAN
  43. PITMAN   FOR  FORTRAN source code for PITMAN
  44. ------------  PC-EMS
  45. PC-EMS   EXE  Main program for PC-EMS
  46. PC-EMS   DOC  Documenatation for PC-EMS
  47. PC-EMS   FOR  FORTRAN source code for PC-EMS
  48. ------------  PC-PLAN
  49. PC-PLAN  FOR  Main program for PC-PLAN
  50. PC-PLAN  EXE  Documenatation for PC-PLAN
  51. PC-PLAN  DOC  FORTRAN source code for PC-PLAN
  52. ========================================================================
  53. Program Description: STAT-SAK is meant as a supplemental tool for anyone
  54. who analyzes data regularly.  It was written under the assumption that
  55. users would have access to a "comprehensive" micro or mainframe statistical
  56. package such as SAS, SPSS-X, BMDP, or SYSTAT.  STAT-SAK will not do any
  57. calculations that require the entry of the original observations.  STAT-SAK
  58. calculates distributions (Normal, t, chi-square, F), tests of
  59. independence/homogeneity of proportions in two dimensional contingency
  60. tables, Mantel-Haenszel test, McNemar's test, correlation coefficients,
  61. Bartholomew's test.  This program, as well as the next three, is written in
  62. FORTRAN 77 for the IBM-PC with 256K.  Both the source code and executable
  63. code are given.  The source code can be modified for running on other
  64. computers.  Double precision calculations are used throughout.
  65.  
  66. Program Description: PC-PITMAN performs exact randomization tests.  It also
  67. performs Wilcoxon signed-rank tests and Wilcoxon-Mann-Whitney U tests in
  68. the presence of an arbitrary number of ties in the data.  The source code
  69. is provided for those who wish to compile smaller or larger versions (this
  70. version allows 100 observations) or wish to move PC-PITMAN to another
  71. computer.
  72.  
  73. Program Description: PC-EMS uses the algorithm of Cornfield and Tukey(1956)
  74. to calculate tables of Expected Mean Squares for balanced experiments.
  75.  
  76. Program Description: PC-PLAN generates randomization plans.  The resulting
  77. file can be used as input to a word processing program for touch up and
  78. entry into a report.
  79.  
  80.