Click or drag to resize

OneWayRanovaSetData(DataFrame) Method

Recalculates the RANOVA with from data the given data frame.

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

Parameters

data  DataFrame
A data frame. Each row in the DataFrame contains the data for an individual subject. There should be one column for each treatment. All numeric columns in the given DataFrame are interpreted as treatments; non-numeric columns are ignored.
See Also