Learn R Programming

seqHMM (version 2.1.0)

coef.nhmm: 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 nhmm
coef(object, probs = NULL, ...)

# S3 method for mnhmm coef(object, probs = NULL, ...)

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).

Arguments

object

An object of class nhmm or mnhmm.

probs

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.