parents {sBIC} | R Documentation |
Parents of a model.
Description
Returns the immediate parents of a given model, i.e. those models M that are (in the poset ordering) less than the given model but for which there exists no other model M' such that M < M' < (given model).
Usage
parents(this, model)
## S3 method for class 'MixtureModels'
parents(this, model)
## S3 method for class 'FactorAnalyses'
parents(this, model)
## S3 method for class 'LatentForests'
parents(this, model)
## S3 method for class 'ReducedRankRegressions'
parents(this, model)
Arguments
this |
the object representing the model poset. |
model |
the model for which the parents should be found. |
[Package sBIC version 0.2.0 Index]