Click or drag to resize

TwoWayRanovaFillInRegressionMatrix Method

Fills in the regression matrix and observation vector used in computing the ANOVA.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected override void FillInRegressionMatrix(
	DataFrame data,
	int repeatedFactorColIndex,
	int nonRepeatedFactorColIndex,
	int dataColIndex
)

Parameters

data  DataFrame
ANOVA data.
repeatedFactorColIndex  Int32
The index in data of the column containing the repeated factor data.
nonRepeatedFactorColIndex  Int32
The index in data of the column containing the nonrepeated factor data.
dataColIndex  Int32
The index in data of the column containing the data. Must be numeric and contain no missing values.
See Also