Two |
The TwoWayAnova type exposes the following members.
| Name | Description | |
|---|---|---|
| anovaTable_ | A traditional ANOVA table representation of the results. | |
| 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. | |
| interactionParameters_ | Stats for the regression parameters corresponding to the interaction between the two factor. | |
| interceptParameter_ | Stats for the regression intercept parameter. | |
| lr_ | The linear regression used to compute the ANOVA | |
| lrAnova_ | The ANOVA for the linear regression. | |
| 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. | |
| regressionMatrix_ | The regression matrix used to compute the ANOVA. |