Gets the AnovaRow containing the results for the complete model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CompleteModelRow As AnovaModelRow |
| C# |
|---|
public AnovaModelRow CompleteModelRow { get; } |
| Visual C++ |
|---|
public: property AnovaModelRow^ CompleteModelRow { AnovaModelRow^ get (); } |
Field Value
A 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.