Click or drag to resize

TwoWayRanovaTwo(DataFrame, Int32, Int32, Int32) Constructor

Constructs a TwoWayRanova instance, with repeated measures on both factors, from the given data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayRanovaTwo(
	DataFrame data,
	int factorAcolIndex,
	int factorBcolIndex,
	int dataColIndex
)

Parameters

data  DataFrame
A data frame.
factorAcolIndex  Int32
The index of the column for Factor A.
factorBcolIndex  Int32
The index of the column for Factor B.
dataColIndex  Int32
The index of the data column. The indicated column must be numeric and cannot contain missing values.
See Also