rbmi is an R package for performing reference based multiple imputation. The package provides implementations for common, patient-specific imputation strategies whilst allowing the user to select between various standard Bayesian and frequentist approaches.
The package can be installed directly from GitHub via:
devtools::install_github("insightsengineering/rbmi")
The package is designed around its 4 core functions:
draws()
- Fits multiple imputation modelsimpute()
- Imputes multiple datasetsanalyse()
- Analyses multiple datasetspool()
- Pools multiple results into a single statistic
Full details including a walkthrough can be found in the quickstart vignette:
vignette(topic= "quickstart", package = "rbmi")
For any help with regards to using the package or if you find a bug please create a GitHub issue