The OneWayRanovaTable type exposes the following members.

Properties

  NameDescription
Cols
Gets the number of columns in this data frame.
(Inherited from DataFrame.)
ColumnHeaders
Gets and sets the array of column labels in this data frame.
(Inherited from DataFrame.)
ColumnNames
Gets an array of the column names in this data frame.
(Inherited from DataFrame.)
CreateDate
Gets the creation datetime for this data object.
(Inherited from DataFrame.)
DegreesOfFreedomError
Gets the error degrees of freedom.
DegreesOfFreedomTotal
Gets the total degrees of freedom.
DegreesOfFreedomTreatment
Gets the treatment degrees of freedom.
DegreesOfFreedomWithinSubject
Gets the within-subject degrees of freedom.
FStatistic
Gets the F statistic for the RANOVA.
FStatisticPValue
Gets the p-value for the F statistic.
ItemOverloaded.
MeanSquareError
Gets the error mean square.
MeanSquareTotal
Gets the total mean square.
MeanSquareTreatment
Gets the treatment mean square.
MeanSquareWithinSubject
Gets the within-subject mean square.
Name
Gets and sets the name for this data frame.
(Inherited from DataFrame.)
RowKeyHeader
Gets and sets the header for the row keys in this data frame.
(Inherited from DataFrame.)
RowKeys
Gets an object array of the row keys in this data frame.
(Inherited from DataFrame.)
Rows
Gets the number of rows in this data frame.
(Inherited from DataFrame.)
StringRowKeys
Gets a string array of the row keys in this data frame.
(Inherited from DataFrame.)
SumOfSquaresError
Gets the error sum of squares.
SumOfSquaresTotal
Gets the total sum of squares.
SumOfSquaresTreatment
Gets the treatment sum of squares.
SumOfSquaresWithinSubject
Gets the within-subject sum of squares.
Type
Gets the type of this data object.
(Inherited from DataFrame.)

See Also