Go to: CoHort Software | CoStat  

CoStat Without the GUI
(Or, how to do data manipulation and statistics from the command line,
batch files, shell scripts, pipes, Java programs, Perl, Python, Rexx, Tcl, etc.)

You can bypass the graphical front end of CoStat in order to do data manipulate and statistics from the command line, batch files, shell scripts, pipes, Java programs, Perl, Python, Rexx, Tcl, etc.

When you run CoStat, you are really running a graphical front end to a large number of Java classes. You can also get access to all of these classes via a Java class called CoData (which comes with CoStat). There are two ways to use CoData:

Documentation and examples of this are in the CoStat manual (see "CoData" in the index).

One big advantage of programming with CoStat (as opposed to other statistical programs that support programming, like SAS) is that CoStat has procedures to extract the individual results from a statistics procedure, not just the printout of the results. As a simple example: if you do a linear regression, you can get the resulting equation in the form of a string ("4.213 + 3.475*x") or you can get the intercept (4.213), the slope (3.475), and the R^2 value separately. This makes CoStat ideal for use as a statistics engine for your programs.

 


Go to: CoHort Software | CoStat | Top
All material Copyright © 1996-2006 CoHort Software. All rights reserved.