|  | One | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe OneWayRanova type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OneWayRanova | Default constructor. Constructs an empty OneWayRanova instance. | 
|  | OneWayRanova(DataFrame) | Constructs a OneWayRanova instance from data in the given data frame. | 
|  | OneWayRanova(DoubleMatrix) | Constructs a OneWayRanova instance from data in the given matrix. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | GrandMean | Gets the grand mean of the data. | 
|  | RanovaTable | Gets a traditional RANOVA table. | 
|  | SubjectMeans | Gets a vector of means for each subject. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this OneWayRanova. | 
|  | FStatisticCriticalValue | Computes the critical value for the RANOVA F statistic at the given significance level. | 
|  | SetData(DataFrame) | Recalculates the RANOVA with from data the given data frame. | 
|  | SetData(DoubleMatrix) | Recalculates the RANOVA with data from the given matrix. | 
 See Also
See Also