Gets the collection of data cells for this model.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<Cell> Cells { get; }
Public ReadOnly Property Cells As Vector(Of Cell)
Get
public:
property Vector<Cell>^ Cells {
Vector<Cell>^ get ();
}
member Cells : Vector<Cell> with get
Property Value
Type:
VectorCellA vector of
Cell objects, indexed by
factor levels.
The data in an Anova model is organized in cells. Each cell contains the data for
one combination of levels of each factor.
Reference