Variances


Input
Data  File with the data in TABLE format. File should contain table data: lines for observations and columns for variables; columns should be separated by tabulation or user-defines sybol (; , etc); no missing data allowed.
List of variables   List of variables for which calculate variances, namely column indices. If ALL specified, program use all variables for analysis. Examples of input:
1;2;3-7;12;
1-12;
ALL
If 'Observation name' parameter is set on, variable list should not contain 1.
Output
Result   Name of output file
Significant digits  Specifies the minimum number of significant digits to be printed in values.
XML data Name of the file for graphical output.
Title User-specified title of the graph plot.
Author User-specified name of the graph author.
Comment User-specified graph additional commentary line.
X axis name User-specified graph X axis name.
Y axis name User-specified graph Y axis name.
Options
Field separation  Symbol for separation variables in line; by default tabulation and space.
Commentary line symbol  Commentary line symbol (if line starts from CommentSymbol, then this line is ignored)
Flip file before processing  Flip file before processing
Take Observation names from 1st column in table  Take Observation names from 1st column in table or Generate Observation names (Observation1,Observation2)