Click or drag to resize

TwoWayAnovaTable Properties

The TwoWayAnovaTable type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in this data frame.
(Inherited from DataFrame)
Public propertyColumnHeaders Gets and sets the array of column labels in this data frame.
(Inherited from DataFrame)
Public propertyColumnNames Gets an array of the column names in this data frame.
(Inherited from DataFrame)
Public propertyCreateDate Gets the creation datetime for this data object.
(Inherited from DataFrame)
Public propertyErrorDegreesOfFreedom Gets the degrees of freedom for the error.
Public propertyErrorMeanSquare Gets the mean square for the error.
Public propertyErrorSumOfSquares Gets the sum of squares for the error.
Public propertyInteractionDegreesOfFreedom Gets the degrees of freedom for the interaction.
Public propertyInteractionFstatistic Gets the F statistic for the interaction.
Public propertyInteractionFstatisticPvalue Gets the p-value for the F statistic for the interaction.
Public propertyInteractionMeanSquare Gets the mean square for the interaction.
Public propertyInteractionSumOfSquares Gets the sum of squares for the interaction.
Public propertyItemInt32 Gets the column indicated by the given column index.
(Inherited from DataFrame)
Public propertyItemString Gets the column indicated by the given column name.
(Inherited from DataFrame)
Public propertyItemInt32, Slice Gets the subcolumn indicated by the given column index and row slice.
(Inherited from DataFrame)
Public propertyItemInt32, Subset Gets the subcolumn indicated by the given column index and row subset.
(Inherited from DataFrame)
Public propertyItemInt32, Int32 Gets and sets the element at the given row and column index.
(Inherited from DataFrame)
Public propertyItemObject, String Gets and sets the element specified by the given row key and column name.
(Inherited from DataFrame)
Public propertyItemSlice, Slice Gets a new data frame containing the portion of this data frame indicated by the given row slice and column slice.
(Inherited from DataFrame)
Public propertyItemSlice, Subset Gets a new data frame containing the portion of this data frame indicated by the given row slice and column subset.
(Inherited from DataFrame)
Public propertyItemSubset, Slice Gets a new data frame containing the portion of this data frame indicated by the given row subset and column slice.
(Inherited from DataFrame)
Public propertyItemSubset, Subset Gets a new data frame containing the portion of this data frame indicated by the given row subset and column subset.
(Inherited from DataFrame)
Public propertyName Gets and sets the name for this data frame.
(Inherited from DataFrame)
Public propertyRowKeyHeader Gets and sets the header for the row keys in this data frame.
(Inherited from DataFrame)
Public propertyRowKeys Gets an object array of the row keys in this data frame.
(Inherited from DataFrame)
Public propertyRows Gets the number of rows in this data frame.
(Inherited from DataFrame)
Public propertyStringRowKeys Gets a string array of the row keys in this data frame.
(Inherited from DataFrame)
Public propertyTotalDegreesOfFreedom Gets the total degrees of freedom.
Public propertyTotalSumOfSquares Gets the total sum of squares.
Public propertyType Gets the type of this data object.
(Inherited from DataFrame)
Top
See Also