Click or drag to resize

TwoWayRanovaTwoFillInRegressionMatrix Method

Fill in the regression matrix and observation vector that is to be used for computing the RANOVA.

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

Parameters

data  DataFrame
Data frame containing the data.
factorAColIndex  Int32
The index of column containing the factor A.
factorBColIndex  Int32
The index of column containing the factor B.
dataColIndex  Int32
The index of column containing the data. This column must be numeric or convertible to a numeric type.
See Also