Click or drag to resize

KruskalWallisTable Properties

The KruskalWallisTable 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 propertyDegreesOfFreedomBetween Gets the between-groups degrees of freedom.
Public propertyDegreesOfFreedomTotal Gets the total degrees of freedom.
Public propertyDegreesOfFreedomWithin Gets the within-groups degrees of freedom.
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 propertyMeanSquareBetween Gets the between-groups mean square.
Public propertyMeanSquareTotal Gets the total mean square.
Public propertyMeanSquareWithin Gets the within-group mean square.
Public propertyName Gets and sets the name for this data frame.
(Inherited from DataFrame)
Public propertyPValue Gets the p-value for the test statistic.
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 propertyStatistic Gets the test statistic.
Public propertyStringRowKeys Gets a string array of the row keys in this data frame.
(Inherited from DataFrame)
Public propertySumOfSquaresBetween Gets the between-groups sum of squares.
Public propertySumOfSquaresTotal Gets the total sum of squares.
Public propertySumOfSquaresWithin Gets the within-groups sum of squares.
Public propertyType Gets the type of this data object.
(Inherited from DataFrame)
Top
See Also