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