Anova Table.Complete Model Row Property
Gets the AnovaRow containing the results for the complete model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A AnovaModelRow object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public AnovaModelRow CompleteModelRow { get; }
Property Value
AnovaModelRowA AnovaModelRow object.
Remarks
This property gives access to the properties of the entire model in the analysis. See the AnovaModelRow class for details on the information that is available.
The model row contains the results for the part of the variation in the data that can be explained by the complete model. If the model contains only one independent variable, then this row is identical to the ANOVA row for this variable.
The CompleteModelRow row is not part of the Rows collection.