plot.hmm_mcmc_normal | R Documentation |
hmm_mcmc_normal
ObjectsThis function creates a variety of diagnostic plots that can be useful when conducting Markov Chain Monte Carlo (MCMC) simulation of a normal hidden Markov model (HMM). These plots will help to assess convergence, fit, and performance of the MCMC simulation
## S3 method for class 'hmm_mcmc_normal'
plot(
x,
simulation = FALSE,
true_means = NULL,
true_sd = NULL,
true_mat_T = NULL,
true_states = NULL,
show_titles = TRUE,
...
)
x |
(hmm_mcmc_normal) HMM MCMC normal object |
simulation |
(logical) |
true_means |
(numeric) |
true_sd |
(numeric) |
true_mat_T |
(matrix) |
true_states |
(integer) |
show_titles |
(logical) |
... |
not used |
Several diagnostic plots that can be used to evaluate the MCMC simulation of the normal HMM
plot(example_hmm_mcmc_normal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.