TwoWayAnovaModel.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 Matrix<Cell> Cells { get; }

Property Value

Matrix<Cell>
A matrix of Cell objects.

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