public class CircularAnalyzer extends Analyzer
Constructor and Description |
---|
CircularAnalyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer
|
Modifier and Type | Method and Description |
---|---|
void |
analyze2Groups(Variable Y,
Variable X)
lists the results from an analysis of differences in mean direction
|
void |
analyzeNGroups(Variable Y,
Variable X)
lists the results from an analysis of differences in mean direction
|
void |
doAnalyze_1Y1X2Groups(Variable Y,
Variable X)
lists the results from an analysis of one dependent variable on one indepent variable
(with 2 states).
|
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 |
doHotellingF(Variable Y,
Variable X)
controls the Analysis of mean angles
|
void |
doWatsonU2(Variable Y,
Variable X)
controls the Analysis of mean angles
|
void |
doWatsonWilliamsF(Variable Y,
Variable X)
controls the Analysis of mean angles
|
void |
doWheelerW(Variable Y,
Variable X)
controls the Analysis of mean angles
|
analyzeMultXY, analyzeMultY, analyzeXY, analyzeY, analyzeY, clearAllDesignRoles, confirmOrganizer, controlAnalyze_1Y1X, controlAnalyze_1YnX, controlAnalyze_nY, controlAnalyze_nY1X, controlAnalyze_nYnX, doAnalyze_1Y, doAnalyze_1Y, doAnalyze_1Y1Xcontinuous, doAnalyze_1YnXcontinuous, doAnalyze_1YnXnGroups, doAnalyze_nY, doAnalyze_nY1Xcontinuous, doAnalyze_nY1XnGroups, doAnalyze_nYnX, getGroupNs, getNXVariables, getNYVariables, getOrganizer, getXVariable, getYVariable, getYVariableNames, listGroupDescriptives, setOrganizer
public CircularAnalyzer(VariableOrganizer anOrganizer)
anOrganizer
- an instance of VariableOrganizer
class coordinates a set of variables with respect to the number of data points
available and the rows that are currently selectedpublic void doAnalyze_1Y1X2Groups(Variable Y, Variable X) throws java.lang.Exception
doAnalyze_1Y1X2Groups
in class Analyzer
Y
- the dependent VariableX
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1XnGroups(Variable Y, Variable X) throws java.lang.Exception
doAnalyze_1Y1XnGroups
in class Analyzer
Y
- the dependent VariableX
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void analyze2Groups(Variable Y, Variable X) throws java.lang.Exception
public void analyzeNGroups(Variable Y, Variable X) throws java.lang.Exception
public void doWatsonWilliamsF(Variable Y, Variable X) throws java.lang.Exception
public void doWatsonU2(Variable Y, Variable X) throws java.lang.Exception
public void doWheelerW(Variable Y, Variable X) throws java.lang.Exception
RH, 2017