Gets the collection of data cells for this model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Cells As CellArray |
| C# |
|---|
public CellArray Cells { get; } |
| Visual C++ |
|---|
public: property CellArray^ Cells { CellArray^ get (); } |
Field 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.