Click or drag to resize

TwoWayAnovaComputeAnova Method

Compute the ANOVA for the given data.

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