mle {sBIC} | R Documentation |
Maximum likelihood estimator.
Description
Computes the maximum likelihood estimator of the model parameters (for a given model in the collection) given the data set with setData.
Usage
mle(this, model)
## S3 method for class 'BinomialMixtures'
mle(this, model)
## S3 method for class 'FactorAnalyses'
mle(this, model)
## S3 method for class 'GaussianMixtures'
mle(this, model)
## S3 method for class 'LCAs'
mle(this, model)
## S3 method for class 'LatentForests'
mle(this, model)
Arguments
this |
the object representing the model poset. |
model |
the model for which the maximum likelihood should be computed. |
[Package sBIC version 0.2.0 Index]