TwoWayAnovaModel.ColumnTotals Property

Gets the cells containing summary data for each column.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<Cell> ColumnTotals { 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