Overview
tern.rbmi
provides an interface for Reference Based Multiple Imputation (rbmi
) within the tern
framework.
Background
For details of the rbmi
package, please see Reference Based Multiple Imputation (rbmi). The basic usage of rbmi
core functions is described in the quickstart
vignette:
vignette(topic = "quickstart", package = "rbmi")
Installation
# install.packages("pak")
pak::pak("insightsengineering/tern.rbmi@*release")
Alternatively, you might want to use the development version.
# install.packages("pak")
pak::pak("insightsengineering/tern.rbmi")
Usage
To understand how to use this package, please refer to the Introduction to tern.rbmi
article, which provides multiple examples of code implementation.