Click or drag to resize

TwoWayRanovaTable Properties

The TwoWayRanovaTable 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.
(Inherited from TwoWayAnovaTable)
Public propertyErrorMeanSquare Gets the mean square for the error.
(Inherited from TwoWayAnovaTable)
Public propertyErrorSumOfSquares Gets the sum of squares for the error.
(Inherited from TwoWayAnovaTable)
Public propertyInteractionDegreesOfFreedom Gets the degrees of freedom for the interaction.
(Inherited from TwoWayAnovaTable)
Public propertyInteractionFstatistic Gets the F statistic for the interaction.
(Inherited from TwoWayAnovaTable)
Public propertyInteractionFstatisticPvalue Gets the p-value for the F statistic for the interaction.
(Inherited from TwoWayAnovaTable)
Public propertyInteractionMeanSquare Gets the mean square for the interaction.
(Inherited from TwoWayAnovaTable)
Public propertyInteractionSumOfSquares Gets the sum of squares for the interaction.
(Inherited from TwoWayAnovaTable)
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 propertySubjectsDegreesOfFreedom Gets the subjects degrees of freedom.
Public propertySubjectsMeanSquare Gets the mean square for the subjects.
Public propertySubjectsSumOfSquares Gets the sum of squares for the subjects.
Public propertyTotalDegreesOfFreedom Gets the total degrees of freedom.
(Inherited from TwoWayAnovaTable)
Public propertyTotalSumOfSquares Gets the total sum of squares.
(Inherited from TwoWayAnovaTable)
Public propertyType Gets the type of this data object.
(Inherited from DataFrame)
Top
See Also