"Fossies" - the Fresh Open Source Software Archive

Member "statist-1.4.2/doc/statist.1" (15 Nov 2006, 2886 Bytes) of package /linux/privat/old/statist-1.4.2.tar.gz:


Caution: As a special service "Fossies" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even erroneous. Alternatively you can here view or download the uninterpreted manual source code. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

STATIST

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
REPORTING BUGS
COPYRIGHT
SEE ALSO
AUTHOR

NAME

statist − statistics program.

SYNOPSIS

statist [ options ] data_file

DESCRIPTION

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.

OPTIONS

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

FILES

~/.statistrc

User configuration file.

/etc/statistrc

System-wide configuration file.

REPORTING BUGS

Report bugs to <statist-list@intevation.de>.

COPYRIGHT

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.

SEE ALSO

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

AUTHOR

This man page was written by Jakson Aquino.