Returns a value that indicates whether another GeneralLinearModel is nested
within this instance.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ nestedModel As GeneralLinearModel _ ) As Boolean |
| C# |
|---|
public bool Contains ( GeneralLinearModel nestedModel ) |
| C++ |
|---|
public: bool Contains ( GeneralLinearModel^ nestedModel ) |
Parameters
- nestedModel (Extreme.Statistics.GeneralLinearModel)
- A GeneralLinearModel object.
Return Value
true if nestedModel is nested within this model; otherwise false.
Remarks
A model is nested within another model if all independent variables used in the nested model are also used
in the parent model. If the parent model has an intercept, then the nested model must also have an intercept.