Gets the collection of data cells for this model.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Cells As CellArray
C#
public CellArray Cells { get; }
C++
public:
CellArray^ Cells {
	CellArray^ get ();
}

Value

A CellArray object.

Remarks

The data in an Anova model is organized in cells. Each cell contains the data for one combination of levels of each factor. This structure is encapsulated in a CellArray object.