sBIC {sBIC} | R Documentation |
Compute the sBIC.
Description
Computes the sBIC for a given collection of models.
Usage
sBIC(X, mod)
Arguments
X |
the data for which the maximum likelihood estimates will be computed
for the given collection of models. To see how this data should be
formatted check the documentation for |
mod |
an object representing a poset of models of the same type, e.g. a collection of binomial mixture models. The currently implemented models include:
|
Value
A named list containing the components
logLike - the computed MLE log-likelihoods for each model.
sBIC - the sBIC score for each model.
BIC - the usual BIC score for each model.
modelPoset - the input model poset mod.