home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / simst20.zip / READ.ME < prev    next >
Text File  |  1993-02-08  |  10KB  |  262 lines

  1.                                 SIMSTAT 2.0
  2.  
  3.                               February 6, 1992
  4.  
  5.                   Designed and written by Normand Peladeau
  6.  
  7.                      Copyright (C) 1991,92, N. Peladeau
  8.  
  9.  
  10. FILES ON THE SIMSTAT DISTRIBUTION DISK
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12.  
  13.    5 text files
  14.              READ.ME  -- Program description and start-up instructions
  15.            ORDER.FRM  -- Ready-to-print order form
  16.          LISENCE.DOC  -- Please Read This!!
  17.           VENDOR.DOC  -- Info on distributing shareware copies
  18.          FILE_ID.DIZ  -- Short program description
  19.  
  20.    3 files for the main program
  21.          SIMSTAT.EXE  -- The SIMSTAT statistical program
  22.          SIMSTAT.DEF  -- The SIMSTAT default configuration file
  23.          SIMSTAT.HLP  -- The SIMSTAT help file
  24.  
  25.    2 files for the data editor
  26.          SIMEDIT.EXE  -- The SIMEDIT data editor
  27.          SIMEDIT.HLP  -- The SIMEDIT help file
  28.  
  29.    4 sample data files
  30.          SAMPLE.DAT   -- A sample ASCII data file
  31.          SAMPLE.SYS   -- A SPSS/PC+ system file
  32.          SAMPLE.DBF   -- A dBASE III data file
  33.          SAMPLE.WKS   -- A Lotus 1-2-3 data file
  34.  
  35.    1 utility file
  36.          EXPAND.EXE   -- A program to uncompressed listing files
  37.  
  38.    Several video and printer driver files
  39.               *.BGI   -- Video and printer drivers
  40.               *.CHT   -- Video and printer fonts
  41.           PSBGI.PS    -- PostScript printer configuration file
  42.  
  43.  
  44. AT&T 6300 VIDEO
  45. ~~~~~~~~~~~~~~~
  46.    To obtain a video driver for AT&T 6300 contact the author.
  47.  
  48. INSTALLING AND RUNNING SIMSTAT
  49. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  50.         To install the program, simply copy all the files to the
  51.    destination disk or directory.
  52.  
  53.    When starting Simstat, there are three command line options that
  54.    can be used:
  55.  
  56.     /M or -M    Force monochrome color set on a computer with a color card.
  57.  
  58.     /E or -E    Display 43 lines on an EGA or 50 lines on a VGA monitor.
  59.  
  60.     /C or -C    Save the listing file in a compressed format. This option
  61.                 is useful for saving disk space when running on a laptop.
  62.                 The listing file will take up to 75% less disk space.
  63.                 You must use the EXPAND.EXE utility to uncompress the
  64.                 listing file.
  65.  
  66. CONFIGURING SIMSTAT TO WORK WITH EXTERNAL EDITORS
  67. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68.         SIMSTAT can be configured to automatically call external data file
  69.   editors in order to edit the current data file or to create a new file.
  70.   It allows the specification of up to 4 externals programs corresponding
  71.   to the four types of file currently supported (LOTUS, DBASE, SPSS/PC, and
  72.   ASCII).  For each of those types, enter the full name of the program or
  73.   batch file including the drive and directory where it resides.  You can
  74.   also enter any parameters normally used when calling the program from the
  75.   dos prompt.  To automatically include the current filename put the $f
  76.   keyword where you want the filename to appear.
  77.  
  78.  
  79. PROGRAM MAINS FEATURES
  80. ~~~~~~~~~~~~~~~~~~~~~~
  81.         SIMSTAT is a menu driven statistical program that provides many
  82.    basic descriptive and comparative statistics including:
  83.  
  84.       o Summary statistics (mean, variance, standard deviation, etc.)
  85.       o Crosstabulation
  86.           - normal crosstabulation and inter-raters agreement table
  87.           - nominal statistics (chi-square, Pearson's Phi,
  88.             Goodman-Kruskall's Gamma, Contingency coefficient)
  89.           - ordinal statistics (Kendall's tau-b and tau-c, Pearson's R,
  90.             symetric and asymetric Somers' D, Dxy and Dyx)
  91.           - inter-raters agreement statistics (percentage of agreement,
  92.             Cohen's Kappa, Scott's Pi, Krippendorf's r and R-bar, free
  93.             marginal correction for nominal and ordinal measure)
  94.           - 3-D bar chart
  95.       o Frequencies analysis including:
  96.            - frequencies table
  97.            - barchart
  98. NEW        - graphic pie chart
  99.            - histogram (text or graphic)
  100.            - descriptive statistics
  101.            - percentile table
  102. NEW        - Box-and-Whiskers plot
  103.       o Breakdown analysis
  104. NEW        - Multiple Box-and-Whiskers plot
  105. NEW   o Multiple responses analysis
  106.            - frequency analysis
  107.            - crosstab analysis
  108. NEW   o Time series analysis incluging
  109.            - Data transformation (ex.: remove mean, lag, etc.)
  110.            - Auto-correlation diagnostic (ACF and PACF plot).
  111.            - Time series smoothing techniques (moving average, running median)
  112.       o Oneway analysis of variance
  113. NEW        - Scheffe post hoc test.
  114.       o Paired and independent sample t-tests
  115.       o Pearson correlation matrix, covariance and cross product
  116.         deviation
  117.       o Regression analysis including:
  118.            - Linear and 7 nonlinear regressions including:
  119.                - quadratic
  120.                - cubic
  121.                - 4th degree polynomial
  122.                - 5th degree polynomial
  123.                - logarithmic
  124.                - exponential
  125.                - inverse
  126.            - X and Y scatterplot (text or graphic)
  127.            - regression equation
  128.            - analysis of variance
  129.            - residuals caseplot
  130. NEW        - standardized residuals scatterplot
  131. NEW    o Multiple regression analysis including:
  132.            - 5 different regression methods:
  133.                - hiearchical entry
  134.                - forward selection
  135.                - backward elimination
  136.                - stewpwise selection
  137.                - enter all variables
  138.             - P to enter, P to remove, and tolerance criteria
  139.             - anova table
  140.             - test of change anova table
  141.             - regression equation (B, standard error of B, beta, confidence
  142.               interval of B, zero-order, semi-partial and partial
  143.               correlations, tolerance level, F, significance)
  144.        o Nonparametric analysis including:
  145. NEW        - Binomial test
  146. NEW        - One sample chi-square test
  147. NEW        - Runs test
  148.            - Mann-Whitney U test
  149.            - Wilcoxon T-test
  150.            - Sign test
  151.            - Kruskall-Wallis ANOVA
  152. NEW        - Friedman two way anova
  153.            - Kolmogorov-Smirnov test for 2 samples
  154. NEW        - Kolmogorov-Smirnov test for 1 samples
  155.            - Moses test of extreme reactions
  156.            - Median test (2 or more samples)
  157.        o nonparametric association matrix including
  158.            - Spearman's R
  159.            - Sommer's D, Dxy and Dyx
  160.            - Goodman Kruskall's Gamma
  161.            - Kendall's Tau-a, Tau-b
  162.            - Kendall Stuart's Tau-c
  163.        o bootstrap analysis
  164.            - simulation on 7 univariate and 21 bivariate estimators:
  165.            - descriptive statistics
  166. NEW        - histogram (text of graphics)
  167.            - percentile table
  168.            - nonparametric confidence intervals
  169.            - nonparametric power analysis
  170.            - variable sample size
  171.            - random sampling simulation
  172. NEW        - full analysis bootstrap simulation
  173.  
  174. NEW    o high-resolution graphics
  175.            - Pie chart, 3-D bar chart, histogram, scatterplot, time series
  176.            - User control of axis scaling, titles, grid, etc.
  177.            - Graphics can be printed on almost any type of printers such as:
  178.                - 9 and 24 pin dot matrix printers,
  179.                - 9 and 24 pin color printers,
  180.                - HP LaserJet,
  181.                - HP DeskJet,
  182.                - Deskjet 500c and 550c color printers,
  183.                - PostScript printers,
  184.                - HP PaintJet color printer,
  185.                - HP pen plotters.
  186.            - Graphics can be exported to PCX or HPGL graphic formats.
  187.  
  188. OTHER FEATURES:
  189.  
  190. NEW    o Integer weighting of cases using another variable.
  191. NEW    o Direct access to 4 user defined external data editors for each
  192.          type of data file (Lotus, dBase, Ascii, SPSS/PC+).
  193. NEW    o Ability to assign missing value and variable label to any variable
  194.          or to change the variable length and number of decimal used to
  195.          display results.  Ability to save and recall all those informations
  196.          in a dictionnary file.
  197. NEW    o Ability to shell to DOS.
  198. NEW    o Ability to save and retrieve options files.
  199. NEW    o SIMEDIT spreadsheet data editor (SIMEDIT and SPSS/PC+ file format)
  200.             - variable transformation, recoding, ranking, etc.
  201.             - more than 50 tranformation operators and functions
  202.  
  203.  
  204. INPUT AND OUTPUT
  205. ~~~~~~~~~~~~~~~~
  206.         The data may be read directly from a dBase file (version III or IV),
  207.    a LOTUS 1-2-3 file, an SPSS/PC+ file or from an ASCII data file.
  208.  
  209.         The output can be read on the screen, save on disk in a listing
  210.    file, and/or send directly to the printer.
  211.  
  212.  
  213. CAPABILITY
  214. ~~~~~~~~~~
  215.         The program can handle up to 500 variables and 30,000 cases.  The
  216.    simulation can contain between 100 and 20,000 sub-sampling.  These
  217.    limitations are the absolute maximums and can be somewhat lower
  218.    depending on the amount of memory available.
  219.  
  220.  
  221. SYSTEM REQUIREMENTS
  222. ~~~~~~~~~~~~~~~~~~~
  223.         SIMSTAT will run on any IBM PC/XT, AT, PS/2 and compatible under
  224.    MS-DOS/PC-DOS version 2.0 or higher.  A minimum of 360K of free RAM is
  225.    necessary.
  226.  
  227.         The program does not need a numeric coprocessor but will use it
  228.    if available.  A coprocessor is highly recommended for extensive
  229.    bootstrap simulation or computation on large samples.
  230.  
  231.  
  232. CREDIT
  233. ~~~~~~
  234.      IBM-PC/XT, AT and PS/2, PC-DOS are trademarks of International
  235.      Business Machines.
  236.  
  237.      MS-DOS is a registered trademark of Microsoft Corporation.
  238.  
  239.      SPSS/PC+ is a registered trademark of SPSS Inc.
  240.  
  241.      DBASE III and IV are trademarks of Ashton-Tate.
  242.  
  243.      LOTUS is a trademark of Lotus Corp.
  244.  
  245.      Graphic printer drivers and PCX driver provided by Ryle Design Inc.
  246.  
  247.  
  248. DISTRIBUTION
  249. ~~~~~~~~~~~~
  250.        You can contact the author by writing to the following addresses:
  251.  
  252.        By mail:
  253.                   Normand Peladeau
  254.                   Provalis Research
  255.                   5000, Adam street
  256.                   Montreal, QC
  257.                   H1V 1W5
  258.  
  259.        By electronic mail via CompuServe:
  260.                   Normand Peladeau
  261.                   User# [71760,2103]
  262.