The TwoWayAnova type exposes the following members.

Constructors

  NameDescription
TwoWayAnova
Constructs a TwoWayAnova instance from data in the given data frame.

Methods

  NameDescription
Clone
Creates a deep copy of this TwoWayAnova.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetCellData
Returns all the data in a cell, as defined by the levels of the two factors in the ANOVA.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMeanForCell
Returns the mean for the specified cell, as defined by the levels of the two factors in the ANOVA.
GetMeanForFactorLevel
Returns the mean for the specified factor level.
GetRegressionFactorParameter
Returns the regression parameter associated with the specified factor level.
GetRegressionInteractionParameter
Returns the regression parameter associated with the specified interaction.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a formatted string representation of a traditional two-way analysis of variance table.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
AnovaTable
Gets a traditional two-way ANOVA table.
GrandMean
Gets the grand mean.
RegressionFactorParameters
Gets the array of estimates for the linear regression parameters corresponding to the dummy variables for the different factor levels.
RegressionInteractionParameters
Gets the array of estimates for the linear regression parameters corresponding to the dummy variables for the interactions.
RegressionInterceptParameter
Gets the intercept parameter from the linear regression that was used to compute the ANOVA.

See Also