BIC-methods: Log likelihoods and model selection for mle2 objects
Description
Various functions for likelihood-based and information-theoretic
model selection of likelihood modelsUsage
## S3 method for class 'ANY,mle2,logLik':
BIC(object,...,nobs)
Arguments
object
A logLik
or mle2
object
...
An optional list of additional logLik
or mle2
objects (fitted to the same data set)
nobs
Number of observations
Value
- A table of the BIC values, degrees of freedom,
and possibly delta-BIC values relative to the
minimum-BIC model
Details
Further arguments to BIC
can be specified
in the ...
list: delta
(logical)
specifies whether to include a column for delta-BIC
in the output.