Click or drag to resize

TwoWayRanovaTwo Fields

The TwoWayRanovaTwo type exposes the following members.

Fields
 NameDescription
Protected fieldanovaTable_ A traditional ANOVA table representation of the results.
(Inherited from TwoWayAnova)
Protected fieldcells_ The ANOVA data broken up into cells.
(Inherited from TwoWayAnovaBase)
Protected fieldfactorA_ One of the factors in the ANOVA
(Inherited from TwoWayAnovaBase)
Protected fieldfactorB_ The other factor in the ANOVA.
(Inherited from TwoWayAnovaBase)
Protected fieldfactorParameters_ Stats for the regression parameters corresponding to the two factors.
(Inherited from TwoWayAnova)
Protected fieldinteractionParameters_ Stats for the regression parameters corresponding to the interaction between the two factor.
(Inherited from TwoWayAnova)
Protected fieldinterceptParameter_ Stats for the regression intercept parameter.
(Inherited from TwoWayAnova)
Protected fieldlr_ The linear regression used to compute the ANOVA
(Inherited from TwoWayAnova)
Protected fieldlrAnova_ The ANOVA for the linear regression.
(Inherited from TwoWayAnova)
Protected fieldobservations_ The observation vector for the regression used to compute the ANVOA.
(Inherited from TwoWayAnovaBase)
Protected fieldparameterSumsOfSquares_ The sums of squares for all the parameters in the regression. These are in the same order as the regression parameters.
(Inherited from TwoWayAnova)
Protected fieldregressionMatrix_ The regression matrix used to compute the ANOVA.
(Inherited from TwoWayAnova)
Top
See Also