returns a new VariableOrganizer containing all variables which have been
selected as independent variables (i.e., VariableDesignRole.X) and all selected rows
returns a 2D array of doubles for the variables in the variableorganizer which have been
selected as dependent variables (i.e., VariableDesignRole.Y) and which are ordinal or
nominal
returns a matrix for the variables in the variableorganizer which have been selected
as dependent variables (i.e., VariableDesignRole.Y) and which are ordinal or nominal
returns a matrix for the variables in the variableorganizer which have been selected
as dependent variables (i.e., VariableDesignRole.Y) and which are ordinal or nominal
returns a new VariableOrganizer containing all variables which have been
selected as independent variables (i.e., VariableDesignRole.X) and all selected rows
returns a new VariableOrganizer containing all variables which have been
selected as dependent variables (i.e., VariableDesignRole.Y) and all selected rows
returns the binomial coefficient which reports the number of ways n items can be sampled from among
a larger group without replacement and where the order is not important (i.e., dog = god)
returns a TreeMap containing all different values found in either this variable
using the currently selected set of rows or in the selected rows of a second variable
returns the one-tailed probability for a t value such as this or greater under the
normal Curve (t Distribution) starting at positive infinity with a mean of zero and
a variance or 1
Algorithn AS 3 Appl.
returns the two-tailed probability for a t value such as this or greater under the
normal Curve (t Distribution) starting at positive infinity with a mean of zero and
a variance of 1
Algorithn AS 3 Appl.
returns a particular variable designated by a reference number,
this corresponds to the zero-based order in which variables were
registered with the VariableOrganizer.
returns the position in the vector for a particular variable
this corresponds to the zero-based order in which variables were
registered with the VariableOrganizer.
manages the graphical user interface for the applet that implements analyses
of a special case of crosstabulation frequency tables - a table of interactions
between individual entities.
contains a crosstabulation table of interactions between individuals and performs
a variety of statistics on it, including dominance measures, reciprocity, etc.
nitty gritty of reading and parsing, it first steps thrpugh and gets the number * of rows and columns, then opens an array of that size to read into, then fills * it with the content of the file in a second pass