Skip to contents

The approxbayescomp R package implements a series of Approximate Bayesian Computation tools that can be used for Bayesian analysis with intractible likelihoods.

Installation

You can install the development version of approxbayescomp from GitHub with:

# install.packages("devtools")
devtools::install_github("Pat-Laub/approxbayescomp-r")

Python Package

This package is an R port of our approxbayescomp Python package.