Constructs a TwoWayRanova instance, with repeated measures on one factor,
from the given data frame.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public TwoWayRanova(
DataFrame data,
int repeatedFactorColIndex,
int nonRepeatedFactorColIndex,
int dataColIndex
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
data As DataFrame, _
repeatedFactorColIndex As Integer, _
nonRepeatedFactorColIndex As Integer, _
dataColIndex As Integer _
) |
| Visual C++ |
|---|
public:
TwoWayRanova(
DataFrame^ data,
int repeatedFactorColIndex,
int nonRepeatedFactorColIndex,
int dataColIndex
) |
See Also