Click or drag to resize

OneWayRanovaSetData(DoubleMatrix) Method

Recalculates the RANOVA with data from the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetData(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix. Each row of the matrix contains the data for an individual subject. There should be one column for each treatment.
Remarks
Rows with missing values (NaNs) are ignored.
See Also