Skip to contents

The goal of bayesRCM is to …

Installation

You can install the development version of bayesRCM like so:

devtools::install_github("nevilleq/bayesRCM")

Example

This is a basic example which shows you how to solve a common problem:

library(bayesRCM)
## basic example code

data_list <- bayesRCM::sim_data()
model     <- bayesRCM::rcm(y = data_list)