TwoWayAnovaModel.CompleteModelRow Property

Gets the row in the ANOVA table corresponding to the complete model.

Definition

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

Property Value

AnovaModelRow
The AnovaModelRow in the ANOVA table corresponding to the complete model.

See Also