coef.nhmm {seqHMM} | R Documentation |
Get the Estimated Regression Coefficients of Non-Homogeneous Hidden Markov Models
Description
Get the Estimated Regression Coefficients of Non-Homogeneous Hidden Markov Models
Usage
## S3 method for class 'nhmm'
coef(object, probs = NULL, ...)
## S3 method for class 'mnhmm'
coef(object, probs = NULL, ...)
Arguments
object |
An object of class |
probs |
Vector defining the quantiles of interest. When |
... |
Ignored. |
Value
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).
[Package seqHMM version 2.0.0 Index]