Click or drag to resize

OneWayRanova(DataFrame) Constructor

Constructs a OneWayRanova instance from data in the given data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneWayRanova(
	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.
Remarks
Rows with missing values (NaNs) are ignored.
See Also