statist − statistics program.
statist [ options ] data_file
statist is a terminal-based statistics program with an interactive menu that makes it very easy to use. It can also be run in scripts and big datasets are handled reasonably well even on small machines. In spite of its low overhead statist can do quite a bunch of regression functions and tests. It can produce colorized output and uses gnuplot to create graphics.
statist accepts
the following command line options:
−h, −?, −−help
Print a short help message and exit.
−−quiet, −−silent
Don’t print menu etc. (for batch/script usage).
−−log |
Write results to log file ‘statist.log’. | ||
−−nofile |
Don’t read a data file when starting the program. | ||
−−nobell |
No beep at errors and warnings. | ||
−−thist |
Histogram as text graphic instead of gnuplot-graphic. | ||
−−noplot |
No gnuplot-graphic. | ||
−−color |
Colorized output. |
−−labels file
Read column titles and value labels from file.
−−header |
the file has column names in the first line |
−−noheader
the file does not have column names
−−sep char
field separator character
−−dec char
decimal delimiter character (default: ’.’)
−−na-string string
indicator of missing values (default: "M")
−−xcols conf_file fixed_width_datafile dest_file
Extract columns from a fixed width data file. The content of a conf_file is simply a list of variable names and their position in the fixed width data file
−−xsample percentage data_base dest_file
Extract a sample of rows from a file; percentage must be an integer number between 1 and 99.
−−bernhard
Special output changes from
Bernhard, i.e.:
− table output at Miscellaneous/Standard deviation
− if −−noplot defined no text histogram at
Miscellaneous/Standard
deviation
~/.statistrc
User configuration file.
/etc/statistrc
System-wide configuration file.
Report bugs to <statist-list@intevation.de>.
Copyright
© Dirk Melcher 1997-1999
Copyright © Bernhard Reiter 1998-2006
Copyright © Jakson Aquino 2005-2006
STATIST comes with ABSOLUTELY NO WARRANTY; it is Free
Software under GNU GPL. See
/usr/share/doc/statist/copyright for details.
gnuplot(1), awk(1), sort(1), join(1)
Statist Homepage: http://statist.wald.intevation.org/
The Statist
User Manual (English and Portuguese):
/usr/share/doc/statist or /usr/local/share/doc/statist
This man page was written by Jakson Aquino.