One Way RAnova Model.Cells Property
Gets the collection of data cells for this model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A matrix of Cell objects.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.