The TwoWayAnovaTable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddColumn | Overloaded. | |
| AddColumns | Overloaded. | |
| AddRow | Overloaded. | |
| AddRows | Overloaded. | |
| CleanAndRemoveCols | Overloaded. | |
| CleanAndRemoveRows | Overloaded. | |
| CleanCols | Overloaded. | |
| CleanRows | Overloaded. | |
| Clear |
Removes all columns and all rows from this data frame.
(Inherited from DataFrame.) | |
| Clone |
Creates a deep copy of this TwoWayAnovaTable.
| |
| ContainsColumn |
Tests whether this data frame contains a column of the given name.
(Inherited from DataFrame.) | |
| ContainsRow |
Tests whether this data frame contains a row with the given row key.
(Inherited from DataFrame.) | |
| DegreesOfFreedom |
Returns the degrees of freedom for the specified factor.
| |
| Equals | (Inherited from Object.) | |
| Fstatistic |
Returns the F statistic for the specified factor.
| |
| FstatisticPvalue |
Returns the p-value for the F statistic for the specified factor.
| |
| GetColumnDictionary | Overloaded. | |
| GetColumns | Overloaded. | |
| GetFactor | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetRow | Overloaded. | |
| GetRowDictionary | Overloaded. | |
| GetRows | Overloaded. | |
| GetSubRow | Overloaded. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the index of the first row with a given value in a specified column.
(Inherited from DataFrame.) | |
| IndexOfColumn |
Return the index of the first column with a given column name.
(Inherited from DataFrame.) | |
| IndexOfKey |
Returns the index of the first row with a given row key.
(Inherited from DataFrame.) | |
| IndexRowKeys |
Resets the row keys for all rows to rowIndex + 1.
(Inherited from DataFrame.) | |
| IndicesOf |
Returns the indices of all rows with a given value in a specified column.
(Inherited from DataFrame.) | |
| IndicesOfColumn |
Returns an array of column indices for the given column name. Column
names need not be unique, so multiple columns may share a single name.
(Inherited from DataFrame.) | |
| IndicesOfKey |
Returns the indices of all rows with a given row key.
(Inherited from DataFrame.) | |
| InsertColumn |
Inserts the given column at the given column index.
(Inherited from DataFrame.) | |
| InsertRow | Overloaded. | |
| LaunchSaveFileDialog |
Launches the Save File Dialog, allowing an end user to save the contents
of this data frame to the text file of their choice.
(Inherited from DataFrame.) | |
| MeanSquare |
Returns the mean square for the specified factor.
| |
| OpenInEditor |
Opens the contents of this data frame in the default text editor.
(Inherited from DataFrame.) | |
| PermuteColumns |
Reorders the columns in this data frame according to the given permutation array.
(Inherited from DataFrame.) | |
| PermuteRows |
Reorders the rows in this data frame according to the given permutation array.
(Inherited from DataFrame.) | |
| RemoveAllColumns |
Removes all columns from this data frame, but preserves the existing row keys.
(Inherited from DataFrame.) | |
| RemoveAllRows |
Removes all rows from this data frame.
(Inherited from DataFrame.) | |
| RemoveColumn | Overloaded. | |
| RemoveColumns | Overloaded. | |
| RemoveRow | Overloaded. | |
| RemoveRows | Overloaded. | |
| Save | Overloaded. | |
| SetRowKey |
Sets the row key for the given row index to the given value.
(Inherited from DataFrame.) | |
| SetRowKeys |
Sets the row keys in this data frame to the elements of the given collection.
(Inherited from DataFrame.) | |
| SortRows | Overloaded. | |
| SortRowsByKeys | Overloaded. | |
| SumOfSquares |
Returns the sum of squares for a specified factor.
| |
| SwapColumns |
Swaps the position of the given columns in the data frame.
(Inherited from DataFrame.) | |
| SwapRows |
Swaps the position of the given rows in the data frame.
(Inherited from DataFrame.) | |
| Tabulate | Overloaded. | |
| ToDataTable |
Returns a data table containing all data in this data frame.
(Inherited from DataFrame.) | |
| ToDoubleMatrix |
Returns a double matrix containing all numeric data in this data frame.
(Inherited from DataFrame.) | |
| ToString | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| DegressOfFreedomColName |
The nme of the Degrees of Freedom column in the ANOVA table.
| |
| ErrorRowKey |
The key used to access the Error row in the ANOVA table.
| |
| FstatisticColName |
The name of the F statistic column of the ANOVA table.
| |
| InteractionRowKey |
The key used to access the Interaction row in the ANOVA table.
| |
| MeanSquareColName |
The name of the Mean Square column of the ANOVA table.
| |
| PvalueColName |
The name of the p-value column of the ANOVA table.
| |
| rowKeys_ |
List of row keys
(Inherited from DataFrame.) | |
| SumOfSquaresColName |
The name of the Sum of Squares column of the ANOVA table.
| |
| TotalRowKey |
The key used to access the Total row in the ANOVA table.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
| |
| Item | Overloaded. | |
| 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.) |