OneWayRAnovaModel.SubjectTotals Property

Gets the cells containing summary data for each subject (column).

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<Cell> SubjectTotals { get; }

Property Value

Vector<Cell>
A vector of Cell objects.

Remarks

The cells in this vector contain summary data for each level of the column factor.

See Also