Click or drag to resize

TwoWayAnovaUnbalancedTable Methods

The TwoWayAnovaUnbalancedTable type exposes the following members.

Methods
 NameDescription
Protected methodAddAnovaRowForFactor(DoubleVector, LinearRegressionAnova, String) Adds a row to the table for a given ANOVA factor.
(Inherited from TwoWayAnovaTable)
Protected methodAddAnovaRowForFactor(Double, Int32, LinearRegressionAnova, String) Adds a row to the ANOVA table for a factor.
(Inherited from TwoWayAnovaTable)
Public methodAddColumn(DataColumn) Adds the given DataColumn to this data frame.
(Inherited from DataFrame)
Public methodAddColumn(IDFColumn) Adds a column to this data frame.
(Inherited from DataFrame)
Public methodAddColumn(DataColumn, DataRowCollection) Adds the given DataColumn and accompanying data to this data frame.
(Inherited from DataFrame)
Public methodAddColumns(DataColumnCollection) Adds a collection of DataColumns to this data frame.
(Inherited from DataFrame)
Public methodAddColumns(DataColumnCollection, DataRowCollection) Adds a collection of DataColumns and accompanying data to this data frame.
(Inherited from DataFrame)
Public methodAddColumns(DataFrame, Boolean) Adds all columns from another data frame to this data frame, optionally copying the data in the columns.
(Inherited from DataFrame)
Public methodAddRow(DataRow) Adds the data from the given DataRow to this data frame.
(Inherited from DataFrame)
Public methodAddRow(ICollection) Adds a row to this data frame using default row key (this.Rows + 1).
(Inherited from DataFrame)
Public methodAddRow(Int32, DataRow) Adds the data from the given DataRow using the specified column in the row as the row key.
(Inherited from DataFrame)
Public methodAddRow(Object, DoubleVector) Adds a row to this data frame.
(Inherited from DataFrame)
Public methodAddRow(Object, ICollection) Adds a row to this data frame.
(Inherited from DataFrame)
Public methodAddRow(Object, IDictionary) Adds a row to this data frame from the given dictionary.
(Inherited from DataFrame)
Public methodAddRow(Object, DataRow) Adds the data from the given DataRow using the given row key.
(Inherited from DataFrame)
Public methodAddRow(Object, Object) Adds a row to this data frame.
(Inherited from DataFrame)
Public methodAddRows(DataRowCollection) Adds the data from the given DataRowCollection.
(Inherited from DataFrame)
Public methodAddRows(Int32, DataRowCollection) Adds the data from the given DataRow using the specified column as row keys.
(Inherited from DataFrame)
Public methodAddRows(Object, DataRowCollection) Adds the data from the given DataRowCollection using the specified row keys.
(Inherited from DataFrame)
Public methodCleanAndRemoveCols Removes all columns that contain missing values.
(Inherited from DataFrame)
Public methodCleanAndRemoveCols(Int32) Removes columns that contain missing values in the given rows.
(Inherited from DataFrame)
Public methodCleanAndRemoveRows Removes rows that contain missing values.
(Inherited from DataFrame)
Public methodCleanAndRemoveRows(Int32) Removes rows in this data frame that missing values in the given columns.
(Inherited from DataFrame)
Public methodCleanCols Returns a new data frame containing the columns in this data frame that do not contain missing values.
(Inherited from DataFrame)
Public methodCleanCols(Int32) Returns a new data frame containing the columns in this data frame that do not contain missing values in the given rows.
(Inherited from DataFrame)
Public methodCleanRows Returns a new data frame containing the rows in this data frame that do not contain missing values.
(Inherited from DataFrame)
Public methodCleanRows(Int32) Returns a new data frame containing the rows in this data frame that do not contain missing values in the given columns.
(Inherited from DataFrame)
Public methodClear Removes all columns and all rows from this data frame.
(Inherited from DataFrame)
Public methodClone Creates a deep copy of this TwoWayAnovaTable.
(Inherited from TwoWayAnovaTable)
Public methodContainsColumn Tests whether this data frame contains a column of the given name.
(Inherited from DataFrame)
Public methodContainsRow Tests whether this data frame contains a row with the given row key.
(Inherited from DataFrame)
Public methodDegreesOfFreedom Returns the degrees of freedom for the specified factor.
(Inherited from TwoWayAnovaTable)
Public methodFstatistic Returns the F statistic for the specified factor.
(Inherited from TwoWayAnovaTable)
Public methodFstatisticPvalue Returns the p-value for the F statistic for the specified factor.
(Inherited from TwoWayAnovaTable)
Public methodGetColumnDictionary(Int32) Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.
(Inherited from DataFrame)
Public methodGetColumnDictionary(String) Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.
(Inherited from DataFrame)
Public methodGetColumnDictionary(Int32, Int32) Returns a dictionary for values in the given column. The dictionary keys are taken from the specified key column.
(Inherited from DataFrame)
Public methodGetColumns(Slice) Gets a new data frame containing the portion of this data frame specified by the given column slice.
(Inherited from DataFrame)
Public methodGetColumns(Subset) Gets a new data frame containing the portion of this data frame specified by the given column subset.
(Inherited from DataFrame)
Public methodGetFactor(Int32) Creates a factor from the given column.
(Inherited from DataFrame)
Public methodGetFactor(String) Creates a factor from the given column.
(Inherited from DataFrame)
Public methodGetFactor(Int32, Object) Creates a factor from the given column.
(Inherited from DataFrame)
Public methodGetFactor(String, Object) Creates a factor from the given column.
(Inherited from DataFrame)
Public methodGetRow(Int32) Gets the data for a given row index.
(Inherited from DataFrame)
Public methodGetRow(Object) Gets the data for the first row with a given row key.
(Inherited from DataFrame)
Public methodGetRowDictionary(Int32) Gets a row dictionary for the given row index. The dictionary keys are the column names.
(Inherited from DataFrame)
Public methodGetRowDictionary(Object) Gets a row dictionary for the given row key. The dictionary keys are the column names.
(Inherited from DataFrame)
Public methodGetRows(Slice) Gets a new data frame containing the portion of this data frame specified by the given row slice.
(Inherited from DataFrame)
Public methodGetRows(Subset) Gets a new data frame containing the portion of this data frame specified by the given row subset.
(Inherited from DataFrame)
Public methodGetSubRow(Int32, Slice) Gets the portion of the row in this data frame indicated by the given row index and column slice.
(Inherited from DataFrame)
Public methodGetSubRow(Int32, Subset) Gets the portion of the row in this data frame indicated by the given row index and column subset.
(Inherited from DataFrame)
Public methodIndexOf Returns the index of the first row with a given value in a specified column.
(Inherited from DataFrame)
Public methodIndexOfColumn Return the index of the first column with a given column name.
(Inherited from DataFrame)
Public methodIndexOfKey Returns the index of the first row with a given row key.
(Inherited from DataFrame)
Public methodIndexRowKeys Resets the row keys for all rows to rowIndex + 1.
(Inherited from DataFrame)
Public methodIndicesOf Returns the indices of all rows with a given value in a specified column.
(Inherited from DataFrame)
Public methodIndicesOfColumn 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)
Public methodIndicesOfKey Returns the indices of all rows with a given row key.
(Inherited from DataFrame)
Public methodInsertColumn Inserts the given column at the given column index.
(Inherited from DataFrame)
Public methodInsertRow(Int32, Object, DoubleVector) Inserts the given row at the given row index.
(Inherited from DataFrame)
Public methodInsertRow(Int32, Object, ICollection) Inserts the given row at the given row index.
(Inherited from DataFrame)
Public methodInsertRow(Int32, Object, IDictionary) Inserts the given row at the given row index.
(Inherited from DataFrame)
Public methodMeanSquare Returns the mean square for the specified factor.
(Inherited from TwoWayAnovaTable)
Public methodOpenInEditor Opens the contents of this data frame in the default text editor.
(Inherited from DataFrame)
Public methodPermuteColumns Reorders the columns in this data frame according to the given permutation array.
(Inherited from DataFrame)
Public methodPermuteRows Reorders the rows in this data frame according to the given permutation array.
(Inherited from DataFrame)
Public methodRemoveAllColumns Removes all columns from this data frame, but preserves the existing row keys.
(Inherited from DataFrame)
Public methodRemoveAllRows Removes all rows from this data frame.
(Inherited from DataFrame)
Public methodRemoveColumn(Int32) Removes the column from this data frame with the given column index.
(Inherited from DataFrame)
Public methodRemoveColumn(String) Removes all columns from this data frame with the given column name.
(Inherited from DataFrame)
Public methodRemoveColumns(Slice) Removes the columns from this data frame specified by the given column slice.
(Inherited from DataFrame)
Public methodRemoveColumns(Subset) Removes the columns from this data frame specified by the given column subset.
(Inherited from DataFrame)
Public methodRemoveRow(Int32) Removes the row from this data table at the given row index.
(Inherited from DataFrame)
Public methodRemoveRow(Object) Removes all rows from this data table with the given row key.
(Inherited from DataFrame)
Public methodRemoveRows(Slice) Removes the rows from this data frame specified by the given row slice.
(Inherited from DataFrame)
Public methodRemoveRows(Subset) Removes the rows from this data frame specified by the given row subset.
(Inherited from DataFrame)
Public methodSave(String) Exports the contents of this data frame to a text file.
(Inherited from DataFrame)
Public methodSave(String, Boolean, Boolean, String) Exports the contents of this data frame to a text file.
(Inherited from DataFrame)
Public methodSave(String, Boolean, Boolean, String, String, String, String) Exports the contents of this data frame to a text file.
(Inherited from DataFrame)
Public methodSetRowKey Sets the row key for the given row index to the given value.
(Inherited from DataFrame)
Public methodSetRowKeys Sets the row keys in this data frame to the elements of the given collection.
(Inherited from DataFrame)
Public methodSortByColumnHeader Sorts the columns in this data frame by the column headers.
(Inherited from DataFrame)
Public methodSortRows(Int32) Sorts the rows in this data frame according to the given ordered array of column indices.
(Inherited from DataFrame)
Public methodSortRows(Int32, SortingType) Sorts the rows in this data frame according to the given ordered array of column indices. Sort order is determined by the matching array of sorting types (ascending or descending).
(Inherited from DataFrame)
Public methodSortRowsByKeys Sorts the rows in this data frame by their row keys in ascending order.
(Inherited from DataFrame)
Public methodSortRowsByKeys(SortingType) Sorts the rows in this data frame by their row keys.
(Inherited from DataFrame)
Public methodSumOfSquares Returns the sum of squares for a specified factor.
(Inherited from TwoWayAnovaTable)
Public methodSwapColumns Swaps the position of the given columns in the data frame.
(Inherited from DataFrame)
Public methodSwapRows Swaps the position of the given rows in the data frame.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, Boolean) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, DateTime) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, Double) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, Int32) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, Object) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, FuncIDFColumn, String) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, Boolean) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, DateTime) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, Double) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, Int32) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, Object) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(String, String, FuncIDFColumn, String) Tabulates the results of applying the given delegate to the values in the specified data column for each level of the specified factor.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, Boolean) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, DateTime) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, Double) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, Int32) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, Object) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(Int32, Int32, Int32, FuncIDFColumn, String) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, Boolean) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, DateTime) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, Double) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, Int32) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, Object) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodTabulate(String, String, String, FuncIDFColumn, String) Tabulates the results of applying the given delegate to the values in the specified data column for every combination of the two specified factors.
(Inherited from DataFrame)
Public methodToDataTable Returns a data table containing all data in this data frame.
(Inherited from DataFrame)
Public methodToDoubleMatrix Returns a double matrix containing all numeric data in this data frame.
(Inherited from DataFrame)
Public methodToString Returns a formatted string representation of this data frame.
(Inherited from DataFrame)
Public methodToString(Boolean, Boolean, String) Returns a formatted string representation of this data frame.
(Inherited from DataFrame)
Public methodToString(Boolean, Boolean, String, String, String, String) Returns a formatted string representation of this data frame.
(Inherited from DataFrame)
Top
See Also