Two |
The TwoWayAnovaUnbalanced type exposes the following members.
Name | Description | |
---|---|---|
anovaTable_ | The ANOVA table. | |
cells_ |
The ANOVA data broken up into cells.
(Inherited from TwoWayAnovaBase) | |
factorA_ |
One of the factors in the ANOVA
(Inherited from TwoWayAnovaBase) | |
factorAparams_ | Anovas for the factor A regression parameters. | |
factorB_ |
The other factor in the ANOVA.
(Inherited from TwoWayAnovaBase) | |
factorBparams_ | Anovas for the factor B regression parameters. | |
grandMean_ | The mean of all the data. | |
interactionParams_ | Anovas for the interaction regression parameters. | |
interceptParameter_ | Intercept parameter values for the ANOVA regression. | |
numFactorAparams_ | Number of regression parameters for factor A. | |
numFactorBparams_ | Number of regression parameters for factor B. | |
numInteractionParams_ | Number of interaction regression parameters. | |
observations_ |
The observation vector for the regression used to compute the ANVOA.
(Inherited from TwoWayAnovaBase) |