coef.nhmm | R Documentation |
Get the Estimated Regression Coefficients of Non-Homogeneous Hidden Markov Models
## S3 method for class 'nhmm'
coef(object, probs = NULL, ...)
## S3 method for class 'mnhmm'
coef(object, probs = NULL, ...)
object |
An object of class |
probs |
Vector defining the quantiles of interest. When |
... |
Ignored. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.