knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "tools/README-" )
mcmcdata
is an R package to manipulate Monte Carlo Markov Chain samples and data.
To install the latest version from GitHub
# install.packages("devtools") devtools::install_github("poissonconsulting/mcmcdata")
library(mcmcdata) print(mcmc_data_example) md_ex <- slice(mcmc_data_example, c(1,2,2)) print(md_ex) md_ex <- group_by(md_ex, homeworld, species) coef(summarise(md_ex))
citation(package = "mcmcdata")
Please report any issues.
Pull requests are always welcome.
Please note that the mcmcdata project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.