AnovaTable.ModelRowCount Property

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

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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