Click or drag to resize

TwoWayAnovaUnbalanced Fields

The TwoWayAnovaUnbalanced type exposes the following members.

Fields
 NameDescription
Protected fieldanovaTable_ The ANOVA table.
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 fieldfactorAparams_ Anovas for the factor A regression parameters.
Protected fieldfactorB_ The other factor in the ANOVA.
(Inherited from TwoWayAnovaBase)
Protected fieldfactorBparams_ Anovas for the factor B regression parameters.
Protected fieldgrandMean_ The mean of all the data.
Protected fieldinteractionParams_ Anovas for the interaction regression parameters.
Protected fieldinterceptParameter_ Intercept parameter values for the ANOVA regression.
Protected fieldnumFactorAparams_ Number of regression parameters for factor A.
Protected fieldnumFactorBparams_ Number of regression parameters for factor B.
Protected fieldnumInteractionParams_ Number of interaction regression parameters.
Protected fieldobservations_ The observation vector for the regression used to compute the ANVOA.
(Inherited from TwoWayAnovaBase)
Top
See Also