PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
---|---|
NAME | desc - descriptive statistics for a single data distribution |
SYNOPSIS | desc [-cfhopsv] [-i interval] [-m min] [-M max] [-F|-t Ho] |
WEB FORM | desc can be run from an online web form. |
DESCRIPTION | desc does a number of summary statistics and frequency counts. The program's input is a series of numbers separated by newlines, tabs or spaces. |
OPTIONS |
The following standard help options are supported. The program exits after displaying the help.
|
LIMITS | Use the -L option to determine the program limits. desc does its computations in either one or two passes, depending on whether the data is stored. If the -i and -m options are used, then it is not necessary to store the data for frequency tables. Otherwise, or if order statistics are requested (which require storing and sorting the data), then the number of input points is limited to some large number, which can be found with the -L option. |
MISSING VALUES | Missing data values (NA) are counted but not included in the analysis. |
EXAMPLES |
desc -cf -m 0 -i 10 < fileprints a table of Cumulative Frequencies with Minimum = 0 and Interval width = 10. desc -s -m 100 -M 1000 < fileprints summary Statistics for inputs between 100 and 1000. |
SEE ALSO |
stats for simple univariate statistics.
ts for time series analysis. pair for simple paired data statistics. |
UPDATED | January 20, 1987 |