home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 473 / 473.cat next >
Text File  |  1988-09-17  |  4KB  |  101 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 1 of 2) 
  13. --------------------------------------------------------------------------
  14. Exp of disk.
  15.  
  16. ---------------------------------------------------------------------------
  17. PC-SIZE determines the sample size requirements for single factor experiments, 
  18. two factor experiments, randomized blocks designs, paired t-tests, and other 
  19. experiments.  PC-SIZE can calculate the power of specific sample sizes as well 
  20. as determine the sample size needed to achieve specific power.  Double 
  21. precision calculations are used throughout. 
  22.  
  23. PC-MULTI constructs simultaneous confidence intervals for pairwise mean 
  24. differences using Tukey's honest significant differences (Studentized range 
  25. statistic). 
  26.  
  27. FORGET-IT produces Forget-it plots, also called two-way plots.  These were 
  28. introduced by Tukey (1970, chapter 16) as a graphical technique for 
  29. representing the interaction structure in a two-way table. 
  30.  
  31. ------------    PC-SIZE
  32. PC-SIZE  EXE    Main program for PC-SIZE
  33. PC-SIZE  DOC    Documentation for PC-SIZE (31K)
  34. PC-SIZE  FOR    FORTRAN source code for PC-SIZE
  35. ------------    PC-MULTI
  36. PC-MULTI EXE    Main program for PC-MULTI
  37. PC-MULTI DOC    Documentation for PC-MULTI (9K)
  38. PC-MULTI FOR    FORTRAN Source Code for PC-MULTI
  39. ------------    FORGET-IT
  40. FORGET   EXE    Main program for FORGET
  41. FORGET   DOC    Docomentation for FORGET (12K)
  42. FORGET   FOR    FORTRAN source code for FORGET
  43. ============================================================================
  44. Program name:  PC-SIZE
  45.  
  46. Author name:    Gerard E. Dallal
  47. Address:    USDA Human Nutrition Research Center on Aging
  48.         at Tufts University
  49.         711 Washington Street
  50.         Boston, MA 02111
  51.  
  52. Telephone Number:  none given
  53.  
  54. Suggested Donation: Requests acknowledgement in any manuscript that uses the
  55. calculations.
  56.  
  57. Program Description:  PC-SIZE determines the sample size requirements for
  58. single factor experiments, two factor experiments, randomized blocks designs,
  59. paired t-tests, and other experiments.    PC-SIZE can calculate the power of
  60. specific sample sizes as well as determine the sample size needed to achieve
  61. specific power.  This program, as well as the next two, is written in FORTRAN
  62. 77 for the IBM-PC WITH 256K of memory.    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 name:  PC-MULTI
  67.  
  68. Author name:  Gerard E. Dallal
  69.  
  70. Address:    USDA Human Nutrition Research Center on Aging
  71.         at Tufts University
  72.         711 Washington Street
  73.         Boston, MA 02111
  74.  
  75. Telephone Number:  none given
  76.  
  77. Suggested Donation: Requests acknowledgement in any manuscript that uses the
  78. calculations.
  79.  
  80. Program Description:  PC-MULTI constructs simultaneous confidence intervals for
  81. pairwise mean differences using Tukey's honest significant differences
  82. (Studentized range statistic).
  83.  
  84. Program name:    FORGET-IT
  85.  
  86. Author name:    Gerard E. Dallal
  87. Address:    USDA Human Nutrition Research Center on Aging
  88.         at Tufts University
  89.         711 Washington Street
  90.         Boston, MA 02111
  91.  
  92. Telephone Number:  none given
  93.  
  94. Suggested Donation: Requests acknowledgement in any manuscript that uses the
  95. calculations.
  96.  
  97. Program Description:  FORGET-IT produces Forget-it plots, also called
  98. two-way plots.    These were introduced by Tukey (1970, chapter 16) as a
  99. graphical technique for representing the interaction structure in a two-way
  100. table.
  101.