coef: Get the Estimated Regression Coefficients of Non-Homogeneous...

coef.nhmmR 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 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.

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


seqHMM documentation built on June 8, 2025, 10:16 a.m.