|STAT Statistical Data Analysis
Free Data Analysis Programs for UNIX and DOS
|
by Gary Perlman |
Home | | | Preface | | | Intro | | | Example | | | Conventions | | | Manipulation | | | Analysis | | | DM | | | Calc | | | Manuals | | | History |
Last updated:
The |STAT Handbook
Data Analysis Programs on UNIX and MSDOS and on Linux and Mac OS Gary Perlman
|
INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS
abut | join data files beside each other |
colex | column extraction/formatting |
dm | conditional data extraction/transformation |
dsort | multiple key data sorting filter |
linex | line extraction |
maketrix | make matrix format from free-format input |
perm | random/numerical/alphabetical permutation |
probdist | probability distribution functions |
ranksort | convert data to ranks |
repeat | repeat strings or lines in files |
reverse | reverse lines, columns, or characters |
series | generate an additive series of numbers |
transpose | transpose matrix format input |
validata | verify data file consistency |
anova | multi-factor analysis of variance, plots |
calc | interactive algebraic modeling calculator |
contab | contingency tables and chi-square |
desc | descriptions, histograms, frequency tables |
dprime | signal detection d' and beta calculations |
features | tabulate features of items |
oneway | one-way anova/t-test, error-bar plots |
pair | paired data statistics, regression, plots |
rankind | independent conditions rank order analysis |
rankrel | related conditions rank order analysis |
regress | multiple linear regression and correlation |
stats | simple summary statistics |
ts | time series analysis, plots |
|STAT is no longer available via e-mail or FTP. It is now stored at an unadvertized Web address. The file: stat.tar.Z is compressed, tar archive of the package. To unpack the archive, you need uncompress or zcat, and tar. To ensure that the distribution restrictions on |STAT are maintained, you must request the location of the file from stat@garyperlman.com with a message containing:
I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT. I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.Please include a subject with |STAT in it or the spam filters may not let your request through.
After obtaining the file you should run the following commands:
uncompress stat.tar.Z # to create stat.tar tar xvf stat.tar # to extract the filesYou should then have a stat directory that will take up about a megabyte. In the stat/src directory, you should make any necessary changes to the makefile and then run make to build the package. Installation notes are available. In addition to the online manuals, the file handbook.html contains an HTML version of the |STAT handbook, which is also available in PDF format.
The compiled DOS version of |STAT (with documentation) is available in a WinZip archive. No permission or password is needed to access the DOS version, but a note informing stat@garyperlman.com would be appreciated.
|STAT IS PROVIDED "AS IS," WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. THE USER ASSUMES ALL RISKS OF USING |STAT. THERE IS NO CLAIM OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |STAT MAY NOT BE SUITED TO YOUR NEEDS. |STAT MAY NOT RUN ON YOUR PARTICULAR HARDWARE OR SOFTWARE CONFIGURATION. THE AVAILABILITY OF AND PROGRAMS IN |STAT MAY CHANGE WITHOUT NOTICE. NEITHER MANUFACTURER NOR DISTRIBUTOR BEAR RESPONSIBILITY FOR ANY MISHAP OR ECONOMIC LOSS RESULTING THEREFROM OF THE USE OF |STAT EVEN IF THE PROGRAMS PROVE TO BE DEFECTIVE. |STAT IS NOT INTENDED FOR CONSUMER USE.
CASUAL USE BY USERS NOT TRAINED IN STATISTICS, OR BY USERS NOT SUPERVISED BY PERSONS TRAINED IN STATISTICS, MUST BE AVOIDED. USERS MUST BE TRAINED AT THEIR OWN EXPENSE TO LEARN TO USE THE PROGRAMS. DATA ANALYSIS PROGRAMS MAKE MANY ASSUMPTIONS ABOUT DATA, THESE ASSUMPTIONS AFFECT THE VALIDITY OF CONCLUSIONS MADE BASED ON THE PROGRAMS. REFERENCES TO SOME APPROPRIATE STATISTICAL SOURCES ARE MADE IN THE |STAT HANDBOOK AND IN THE MANUAL ENTRIES FOR SPECIFIC PROGRAMS. |STAT PROGRAMS HAVE NOT BEEN VALIDATED FOR LARGE DATASETS, HIGHLY VARIABLE DATA, NOR VERY LARGE NUMBERS.
You may make copies of any tangible forms of |STAT programs, provided that there is no material gain involved, and provided that the information in this notice accompanies every copy. You may not copy printed documentation unless such duplication is for non- profit educational purposes. You may not provide |STAT as an inducement to buy your software or hardware or any products or services. You may distribute copies of |STAT, provided that mass distribution (such as electronic bulletin boards or anonymous ftp) is not used. You may not modify the source code for any purposes other than getting the programs to work on your system. Any costs in compiling or porting |STAT to your system are your's alone, and not any other parties. You may not distribute any modified source code or documentation to users at any sites other than your own.
All rights reserved. No part of this handbook may be reproduced or transmitted in any form or by any means without prior written permission from the author. Non-profit organizations may make copies provided such copies are not made for resale.
© 1986 Gary Perlman |