OneWayAnovaModel.Cells Property

Gets the collection of data cells for this model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<Cell> Cells { get; }

Property Value

Vector<Cell>
A vector of Cell objects, indexed by factor levels.

Remarks

The data in an Anova model is organized in cells. Each cell contains the data for one combination of levels of each factor.

See Also