Recalculates the RANOVA with data from the given matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public void SetData(
	DoubleMatrix data
)
Visual Basic (Declaration)
Public Sub SetData ( _
	data As DoubleMatrix _
)
Visual C++
public:
void SetData(
	DoubleMatrix^ data
)

Parameters

data
Type: CenterSpace.NMath.Core..::.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