The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Installation

bml fits Bayesian multiple-membership multilevel models via JAGS, so installation has two parts:

  1. Install JAGS (system software)
  2. Install the bml R package (from CRAN or GitHub)

1. Install JAGS

Install the latest JAGS version for your operating system from:

After installing JAGS, restart R so rjags can find it.

2. Install bml R package

Option B: Install development version from GitHub

For the latest development features, install from GitHub using {remotes}:

install.packages("remotes")
remotes::install_github("benrosche/bml")

If you want to build vignettes locally during installation:

remotes::install_github("benrosche/bml", build_vignettes = TRUE)

Troubleshooting

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.