public class HierarchyAnalyzer extends ContingencyAnalyzer
diagonal, itsHypothesisPs, itsTable
Constructor and Description |
---|
HierarchyAnalyzer(InteractionTable interactions)
Standard constructor using a VariableOrganizer and an InteractionTable
|
HierarchyAnalyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer and an InteractionTable
|
Modifier and Type | Method and Description |
---|---|
void |
doAnalyze_1Y1X2Groups(Variable theYVariable,
Variable theXVariable)
performs a parametric analysis with one Y and one X variable (with 2 groups)
|
void |
doAnalyze_1Y1XnGroups(Variable theYVariable,
Variable theXVariable)
performs a parametric analysis with one Y and one X variable (with multiple groups)
|
void |
doHierarchyAnalysis()
reports individual ordinal ranks and a hierachy analysis for a dominance matrix
|
void |
listGroupDescriptives(Variable theXVariable,
Variable theYVariable)
lists the descriptive statistics for the groups identified by X
|
void |
setTable(InteractionTable aTable)
Installs a crosstabulation (i.e., frequency) table that summmarizes interactions * between entities.
|
analyze_nY, assertTable, createContingencyTable, createCrossTabulationtionTable, createTable, createTransitionTable, doAnalyze_1Y, 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_nY1XnGroups, doAnalyze_nYnX, getGroupNs, getNXVariables, getNYVariables, getOrganizer, getXVariable, getYVariable, getYVariableNames, setOrganizer
public HierarchyAnalyzer(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 HierarchyAnalyzer(InteractionTable interactions)
interactions
- this instance of InteractionTable
class contains a crosstabulation table of frequencies where one entity engaged, dominated, etc.
another entitypublic void setTable(InteractionTable aTable)
aTable
- this instance of ContingencyTable
class contains a crosstabulation table of frequenciespublic void listGroupDescriptives(Variable theXVariable, Variable theYVariable) throws java.lang.Exception
listGroupDescriptives
in class Analyzer
theXVariable
- the independent Variable * @param theYVariable the dependent VariabletheYVariable
- the dependent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1X2Groups(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
doAnalyze_1Y1X2Groups
in class ContingencyAnalyzer
theXVariable
- the independent Variable * @param theYVariable the dependent VariabletheYVariable
- an instance of Variable class that is used as a dependent variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1XnGroups(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
doAnalyze_1Y1XnGroups
in class ContingencyAnalyzer
theXVariable
- the independent Variable * @param theYVariable the dependent VariabletheYVariable
- an instance of Variable class that is used as a dependent variablejava.lang.Exception
- if no Organizer was availablepublic void doHierarchyAnalysis()
Copyright 2016