knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "tools/README-"
)

Lifecycle: experimental R-CMD-check Codecov test coverage License: MIT

mcmcdata

Introduction

mcmcdata is an R package to manipulate Monte Carlo Markov Chain samples and data.

Installation

To install the latest version from GitHub

# install.packages("devtools")
devtools::install_github("poissonconsulting/mcmcdata")

Demonstration

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

citation(package = "mcmcdata")

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

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.

Inspiration



poissonconsulting/mcmcdata documentation built on June 5, 2023, 8:38 a.m.