The TwoWayAnovaTable 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.)
ErrorDegreesOfFreedom
Gets the degrees of freedom for the error.
ErrorMeanSquare
Gets the mean square for the error.
ErrorSumOfSquares
Gets the sum of squares for the error.
InteractionDegreesOfFreedom
Gets the degrees of freedom for the interaction.
InteractionFstatistic
Gets the F statistic for the interaction.
InteractionFstatisticPvalue
Gets the p-value for the F statistic for the interaction.
InteractionMeanSquare
Gets the mean square for the interaction.
InteractionSumOfSquares
Gets the sum of squares for the interaction.
ItemOverloaded.
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.)
TotalDegreesOfFreedom
Gets the total degrees of freedom.
TotalSumOfSquares
Gets the total sum of squares.
Type
Gets the type of this data object.
(Inherited from DataFrame.)

See Also