coef.hmm_mcmc_normal | R Documentation |
coef
is a generic function which extracts model estimates from mcmc_hmm_*
objects
## S3 method for class 'hmm_mcmc_normal'
coef(object, ...)
## S3 method for class 'hmm_mcmc_gamma_poisson'
coef(object, ...)
object |
an object of class inheriting from " |
... |
not used |
Estimates extracted from MCMC HMM objects
coef(example_hmm_mcmc_normal)
coef(example_hmm_mcmc_gamma_poisson)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.