Constructs a OneWayRanova instance from data in the given data frame.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public OneWayRanova( DataFrame data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As DataFrame _ ) |
| Visual C++ |
|---|
public: OneWayRanova( DataFrame^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Stats..::.DataFrame
A data frame. Each row in the DataFrame contains the data for an individual subject. There should be one column for each treatment. All numeric columns in the given DataFrame are interpreted as treatments; non-numeric columns are ignored.
Remarks
Rows with missing values (NaNs) are ignored.