Get the Estimated Regression Coefficients of Non-Homogeneous Hidden Markov Models
# S3 method for nhmm
coef(object, probs = NULL, ...)# S3 method for mnhmm
coef(object, probs = NULL, ...)
A list of data tables with the estimated coefficients for initial,
transition, emission (separate data.table
for each response), and cluster
probabilities (in case of mixture model).
An object of class nhmm
or mnhmm
.
Vector defining the quantiles of interest. When NULL
(default),
no quantiles are computed. The quantiles are based on bootstrap samples of
coefficients, stored in object$boot
.
Ignored.