Two Way Anova Model.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#
A matrix of Cell objects.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.