AnovaTable.ModelRowCount Property

Gets the number of rows representing model effects in this AnovaTable.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int ModelRowCount { get; }

Property Value

Int32
An integer.

Remarks

This property gets the number of rows corresponding to model components in the table.

See Also