coef.hmm_mcmc_normal {oHMMed}R Documentation

Extract Model Estimates

Description

coef is a generic function which extracts model estimates from mcmc_hmm_* objects

Usage

## S3 method for class 'hmm_mcmc_normal'
coef(object, ...)

## S3 method for class 'hmm_mcmc_gamma_poisson'
coef(object, ...)

Arguments

object

an object of class inheriting from "mcmc_hmm_*"

...

not used

Value

Estimates extracted from MCMC HMM objects

Examples

coef(example_hmm_mcmc_normal)
coef(example_hmm_mcmc_gamma_poisson)

[Package oHMMed version 1.0.2 Index]