public class ReplicatedGAnalyzer extends ContingencyAnalyzer
diagonal, itsHypothesisPs, itsTable
Constructor and Description |
---|
ReplicatedGAnalyzer(ContingencyTable aTable)
Standard constructor using an InteractionTable
|
ReplicatedGAnalyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer and an InteractionTable
|
Modifier and Type | Method and Description |
---|---|
void |
analyze_nY()
peforms an analysis of multiple dependent variables
|
void |
doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer,
Variable XVariable)
lists the results from an analysis of one dependent variable on multiple indepent
variable.
|
GoodnessOfFitResults[] |
getReplicatedGoodnessOfFitResults(Variable theXVariable)
reports a replicated goodness of fit test for the ContingencyTable
|
void |
listReplicatedGoodnessOfFitResults(Variable theXVariable)
reports a replicated goodness of fit test for the ContingencyTable
|
assertTable, createContingencyTable, createCrossTabulationtionTable, createTable, createTransitionTable, doAnalyze_1Y, doAnalyze_1Y1X2Groups, doAnalyze_1Y1XnGroups, doAnalyze_nY, getContingencyTableResults, getHypothesisPs, getTable, listContingencyTableResults, listExpectedTable, listFTukeyDeviates, listTable, setHypothesisPs, setTable
analyzeMultXY, analyzeMultY, analyzeXY, analyzeY, analyzeY, clearAllDesignRoles, confirmOrganizer, controlAnalyze_1Y1X, controlAnalyze_1YnX, controlAnalyze_nY, controlAnalyze_nY1X, controlAnalyze_nYnX, doAnalyze_1Y, doAnalyze_1Y1Xcontinuous, doAnalyze_1YnXcontinuous, doAnalyze_1YnXnGroups, doAnalyze_nY1Xcontinuous, doAnalyze_nYnX, getGroupNs, getNXVariables, getNYVariables, getOrganizer, getXVariable, getYVariable, getYVariableNames, listGroupDescriptives, setOrganizer
public ReplicatedGAnalyzer(ContingencyTable aTable)
aTable
- this instance of ContingencyTable
class contains a crosstabulation table of frequenciespublic ReplicatedGAnalyzer(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 doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer, Variable XVariable) throws java.lang.Exception
doAnalyze_nY1XnGroups
in class Analyzer
YOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedXVariable
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic GoodnessOfFitResults[] getReplicatedGoodnessOfFitResults(Variable theXVariable) throws java.lang.Exception
java.lang.Exception
public void listReplicatedGoodnessOfFitResults(Variable theXVariable) throws java.lang.Exception
java.lang.Exception
public void analyze_nY() throws java.lang.Exception
analyze_nY
in class ContingencyAnalyzer
java.lang.Exception
- ...Copyright 2016