The TwoWayRanovaTwo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TwoWayRanovaTwo |
Constructs a TwoWayRanova instance, with repeated measures on both factors,
from the given data frame.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this TwoWayRanovaTwo.
(Overrides TwoWayAnova..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| GetCellData |
Returns all the data in a cell, as defined by the levels of the two factors
in the ANOVA.
(Inherited from TwoWayAnova.) | |
| 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.
(Inherited from TwoWayAnova.) | |
| GetMeanForFactorLevel |
Returns the mean for the specified factor level.
(Inherited from TwoWayAnova.) | |
| GetRegressionFactorParameter |
Returns the regression parameter associated with the specified factor level.
(Inherited from TwoWayAnova.) | |
| GetRegressionInteractionParameter |
Returns the regression parameter associated with the specified interaction.
(Inherited from TwoWayAnova.) | |
| 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.
(Inherited from TwoWayAnova.) |
Properties
| Name | Description | |
|---|---|---|
| AnovaTable |
Gets a traditional two-way ANOVA table.
(Inherited from TwoWayAnova.) | |
| GrandMean |
Gets the grand mean.
(Inherited from TwoWayAnova.) | |
| RanovaTable |
Gets a traditional two-way RANOVA table.
| |
| RegressionFactorParameters |
Gets the array of estimates for the linear regression parameters corresponding to
the dummy variables for the different factor levels.
(Inherited from TwoWayAnova.) | |
| RegressionInteractionParameters |
Gets the array of estimates for the linear regression parameters corresponding
to the dummy variables for the interactions.
(Inherited from TwoWayAnova.) | |
| RegressionInterceptParameter |
Gets the intercept parameter from the linear regression that was used to
compute the ANOVA.
(Inherited from TwoWayAnova.) | |
| RegressionSubjectParameters |
Gets the array of estimates for the linear regression parameters corresponding to
the dummy variables for the interaction of the ANOVA factors with the subjects.
|