The goal of bayesRCM is to …
You can install the development version of bayesRCM like so:
devtools::install_github("nevilleq/bayesRCM")
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)