Click or drag to resize

TwoWayRanova(DataFrame, Int32, Int32, Int32) Constructor

Constructs a TwoWayRanova instance, with repeated measures on one factor, from the given data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayRanova(
	DataFrame data,
	int repeatedFactorColIndex,
	int nonRepeatedFactorColIndex,
	int dataColIndex
)

Parameters

data  DataFrame
A data frame.
repeatedFactorColIndex  Int32
The index of the column for the repeated factor.
nonRepeatedFactorColIndex  Int32
The index of the column for the nonrepeated factor.
dataColIndex  Int32
The index of the data column. The indicated column must be numeric and cannot contain missing values.
See Also