estimate_coef {seqHMM}R Documentation

Estimate Regression Coefficients of Mixture Hidden Markov Models

Description

Function estimate_coef estimates the regression coefficients of mixture hidden Markov models and its restricted variants while keeping other parameters fixed.

Usage

estimate_coef(model, threads = 1)

Arguments

model

An object of class hmm or mhmm.

threads

Number of threads to use in parallel computing. The default is 1.


[Package seqHMM version 1.2.6 Index]