TwoWayAnovaModel.CompleteModelRow Property

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

Definition

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

Property Value

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

See Also