getDimension {sBIC} | R Documentation |
Model dimension.
Description
Computes the dimension of a model in the model poset.
Usage
getDimension(this, model)
## S3 method for class 'BinomialMixtures'
getDimension(this, model)
## S3 method for class 'FactorAnalyses'
getDimension(this, model)
## S3 method for class 'GaussianMixtures'
getDimension(this, model)
## S3 method for class 'LCAs'
getDimension(this, model)
## S3 method for class 'LatentForests'
getDimension(this, model)
## S3 method for class 'ReducedRankRegressions'
getDimension(this, model)
Arguments
this |
the object representing the model poset. |
model |
the model for which the dimension should be computed. |
[Package sBIC version 0.2.0 Index]