Markov chain Monte Carlo diagnostic plots. The purpose of the package is to combine existing tools from the 'coda' and 'lattice' packages, and make it easy to adjust graphical details.
The package can be installed from
CRAN using the install.packages
command:
install.packages("plotMCMC")
For a summary of the package:
library(plotMCMC)
?plotMCMC
The package is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
library(remotes)
install_github("arni-magnusson/plotMCMC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.