Two |
The TwoWayRanova type exposes the following members.
| Name | Description | |
|---|---|---|
| anovaTable_ |
A traditional ANOVA table representation of the results.
(Inherited from TwoWayAnova) | |
| cells_ |
The ANOVA data broken up into cells.
(Inherited from TwoWayAnovaBase) | |
| factorA_ |
One of the factors in the ANOVA
(Inherited from TwoWayAnovaBase) | |
| factorB_ |
The other factor in the ANOVA.
(Inherited from TwoWayAnovaBase) | |
| factorParameters_ |
Stats for the regression parameters corresponding to the two factors.
(Inherited from TwoWayAnova) | |
| interactionParameters_ |
Stats for the regression parameters corresponding to the interaction
between the two factor.
(Inherited from TwoWayAnova) | |
| interceptParameter_ |
Stats for the regression intercept parameter.
(Inherited from TwoWayAnova) | |
| lr_ |
The linear regression used to compute the ANOVA
(Inherited from TwoWayAnova) | |
| lrAnova_ |
The ANOVA for the linear regression.
(Inherited from TwoWayAnova) | |
| observations_ |
The observation vector for the regression used to compute the ANVOA.
(Inherited from TwoWayAnovaBase) | |
| parameterSumsOfSquares_ |
The sums of squares for all the parameters in the regression. These are
in the same order as the regression parameters.
(Inherited from TwoWayAnova) | |
| regressionMatrix_ |
The regression matrix used to compute the ANOVA.
(Inherited from TwoWayAnova) |