public class Analyzer
extends java.lang.Object
Constructor and Description |
---|
Analyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer
|
Modifier and Type | Method and Description |
---|---|
void |
analyzeMultXY()
coordinates analyses for multiple dependent on multiple independent variables
|
void |
analyzeMultY()
coordinates analyses for multiple dependent on multiple independent variables
|
void |
analyzeXY()
coordinates univariate analyses for dependent on independent variables
|
void |
analyzeY()
describes one or multiple Y columns
|
void |
analyzeY(java.lang.Double hypMean)
describes one or multiple Y columns
|
void |
clearAllDesignRoles()
clears all assigned design roles for the variables
|
boolean |
confirmOrganizer()
confirms that a VariableOrganizer is available
|
void |
controlAnalyze_1Y1X(Variable Y,
Variable X)
coordinates an analysis of dependent onto independent variable
|
void |
controlAnalyze_1YnX(Variable Y,
VariableOrganizer XOrganizer)
coordinates an analysis of one dependent onto multiple independent variable.
|
void |
controlAnalyze_nY(VariableOrganizer YOrganizer)
coordinates an analysis of multiple dependent variable.
|
void |
controlAnalyze_nY1X(VariableOrganizer YOrganizer,
Variable X)
coordinates an analysis of multiple dependent onto one independent variable.
|
void |
controlAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
coordinates an analysis of multiple dependent onto multiple independent variable.
|
void |
doAnalyze_1Y(Variable YVariable)
lists the descriptive statistics results for a variables
|
void |
doAnalyze_1Y(Variable YVariable,
java.lang.Double hypMean)
lists the results from a comparison with an a-priori mean
|
void |
doAnalyze_1Y1X2Groups(Variable Y,
Variable X)
lists the results from an analysis of one dependent variable on one independent variable
(with 2 states).
|
void |
doAnalyze_1Y1Xcontinuous(Variable Y,
Variable X)
lists the results from an analysis of one dependent variable on one continuous indepent
variable.
|
void |
doAnalyze_1Y1XnGroups(Variable Y,
Variable X)
lists the results from an analysis of one dependent variable on one independent variable
(with more than 2 states).
|
void |
doAnalyze_1YnXcontinuous(Variable Y,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple independent
variable.
|
void |
doAnalyze_1YnXnGroups(Variable Y,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple indepent
variable.
|
void |
doAnalyze_nY(VariableOrganizer YOrganizer)
performs an analysis of multiple dependent variable.
|
void |
doAnalyze_nY1Xcontinuous(VariableOrganizer YOrganizer,
Variable X)
lists the results from an analysis of one dependent continuous variable on multiple indepent
variable.
|
void |
doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer,
Variable X)
lists the results from an analysis of one ordinal or nominal dependent variable on multiple indepent
variable.
|
void |
doAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple indepent
variable.
|
int[] |
getGroupNs(VariableOrganizer YOrganizer,
Variable theXVariable)
returns an array of sample sizes of Ys for multiple states defined in X
|
int |
getNXVariables()
returns the number of independent variables in the Organizer
|
int |
getNYVariables()
returns the number of dependent variables in the Organizer
|
VariableOrganizer |
getOrganizer()
returns the VariableOrganizer instance
|
Variable |
getXVariable()
returns the first dependent variable of the Organizer
|
Variable |
getYVariable()
returns the first independent variable of the Organizer
|
java.lang.String[] |
getYVariableNames()
returns the matrix of all continuous, dependent variables.
|
void |
listGroupDescriptives(Variable theYVariable,
Variable theXVariable)
lists the descriptive statistics for the groups identified by X
|
void |
setOrganizer(VariableOrganizer anOrganizer)
sets the VariableOrganizer instance to the one provided
|
public Analyzer(VariableOrganizer anOrganizer)
anOrganizer
- an instance of VariableOrganizer
class coordinates a set of variables with respect to number of data points available
and the rows that are currently selectedpublic void setOrganizer(VariableOrganizer anOrganizer)
anOrganizer
- an instance of VariableOrganizer
class coordinates a set of variables with respect to number of data points available
and the rows that are currently selectedpublic VariableOrganizer getOrganizer()
public int getNXVariables() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic int getNYVariables() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic Variable getXVariable() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic Variable getYVariable() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic java.lang.String[] getYVariableNames() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void clearAllDesignRoles() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void analyzeY() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void analyzeY(java.lang.Double hypMean) throws java.lang.Exception
hypMean
- the mean value of the a-priori hypothesisjava.lang.Exception
- if no Organizer was availablepublic void analyzeXY() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void analyzeMultY() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void analyzeMultXY() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availablepublic void controlAnalyze_1YnX(Variable Y, VariableOrganizer XOrganizer) throws java.lang.Exception
Y
- an instance of Variable class that is used as a dependent variableXOrganizer
- an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is usedjava.lang.Exception
- if no Organizer was availablepublic void controlAnalyze_nY1X(VariableOrganizer YOrganizer, Variable X) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedX
- an instance of Variable class that is used as an independent variablejava.lang.Exception
- if no Organizer was availablepublic void controlAnalyze_nYnX(VariableOrganizer YOrganizer, VariableOrganizer XOrganizer) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedXOrganizer
- an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is usedjava.lang.Exception
- if no Organizer was availablepublic void controlAnalyze_nY(VariableOrganizer YOrganizer) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer class that contains dependent variablesjava.lang.Exception
- if no Organizer was availablepublic void controlAnalyze_1Y1X(Variable Y, Variable X) throws java.lang.Exception
public void doAnalyze_1Y(Variable YVariable) throws java.lang.Exception
YVariable
- the dependent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y(Variable YVariable, java.lang.Double hypMean) throws java.lang.Exception
YVariable
- the dependent VariablehypMean
- the value of the a-priori hypothesisjava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_nY(VariableOrganizer YOrganizer) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer class that is used as a dependent variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1X2Groups(Variable Y, Variable X) throws java.lang.Exception
public void doAnalyze_1Y1XnGroups(Variable Y, Variable X) throws java.lang.Exception
public void doAnalyze_1Y1Xcontinuous(Variable Y, Variable X) throws java.lang.Exception
public void doAnalyze_1YnXcontinuous(Variable Y, VariableOrganizer XOrganizer) throws java.lang.Exception
Y
- the dependent VariableXOrganizer
- an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is usedjava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1YnXnGroups(Variable Y, VariableOrganizer XOrganizer) throws java.lang.Exception
Y
- the dependent VariableXOrganizer
- an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is usedjava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_nYnX(VariableOrganizer YOrganizer, VariableOrganizer XOrganizer) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedXOrganizer
- an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is usedjava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_nY1Xcontinuous(VariableOrganizer YOrganizer, Variable X) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedX
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer, Variable X) throws java.lang.Exception
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedX
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void listGroupDescriptives(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
public int[] getGroupNs(VariableOrganizer YOrganizer, Variable theXVariable) throws java.lang.Exception
YOrganizer
- the group of Y Variables to usetheXVariable
- the independent NumberVariablejava.lang.Exception
- if no Organizer was availablepublic boolean confirmOrganizer() throws java.lang.Exception
java.lang.Exception
- if no Organizer was availableCopyright 2016