logLik.HMM | R Documentation |
This function makes it possible to call generic R methods such as AIC and BIC on HMM objects. It is based on the number of degrees of freedom of the *conditional* AIC (rather than marginal AIC), i.e., including degrees of freedom from the smooth/random effect components of the model.
## S3 method for class 'HMM'
logLik(object, ...)
object |
HMM model object |
... |
For compatibility with S3 method |
Maximum log-likelihood value for the model, with attributes
df
(degrees of freedom) and nobs
(number of observations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.