getPrior {sBIC} | R Documentation |
The prior on the models.
Description
Returns the unnormalized prior on the collection.
Usage
getPrior(this)
## S3 method for class 'BinomialMixtures'
getPrior(this)
## S3 method for class 'FactorAnalyses'
getPrior(this)
## S3 method for class 'GaussianMixtures'
getPrior(this)
## S3 method for class 'LCAs'
getPrior(this)
## S3 method for class 'LatentForests'
getPrior(this)
## S3 method for class 'ReducedRankRegressions'
getPrior(this)
Arguments
this |
the model poset object. |
[Package sBIC version 0.2.0 Index]