Two Way Anova Model.Row Totals Property
Gets the cells containing summary data for each row.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector of Cell objects.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<Cell> RowTotals { get; }
Property Value
Vector<Cell>A vector of Cell objects.
Remarks
The cells in this vector contain summary data for each level of the row factor.