Click or drag to resize

TwoWayAnovaUnbalancedInitializeFactorsAndCellData Method

Consumes the ANOVA data from a DataFrame.

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

Parameters

data  DataFrame
DataFrame containing the ANOVA data.
factorAColIndex  Int32
Index of the column containing the data for factor A.
factorBColIndex  Int32
Index of the column containing the data for factor B.
dataColIndex  Int32
Index of the column containing the observed data.

Return Value

Boolean
true if the data is unbalanced.
See Also