Click or drag to resize

TwoWayAnovaFillInRegressionMatrix Method

Fill in the regression matrix that is to be used for computing the ANOVA.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual 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