AnovaTable.Rows Property

Gets a vector containing the rows in this AnovaTable.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<AnovaRow> Rows { get; }

Property Value

Vector<AnovaRow>
The vector of rows in this AnovaTable.

See Also