Recalculates the RANOVA with from data the given data frame.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub SetData ( _
data As DataFrame _
) |
| Visual C++ |
|---|
public:
void SetData(
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.
See Also