Anova Table.Rows Property
Gets a vector containing the rows in this AnovaTable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The vector of rows in this AnovaTable.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<AnovaRow> Rows { get; }
Property Value
Vector<AnovaRow>The vector of rows in this AnovaTable.