tern.rbmi
provides an interface for Reference Based Multiple Imputation (rbmi
) within the tern
framework.
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")
tern.rbmi
is available on CRAN and you can install the latest released version with:
install.packages("tern.rbmi")
or you can install the latest development version directly from GitHub by running the following:
# install.packages("pak")
pak::pak("insightsengineering/tern.rbmi")
To understand how to use this package, please refer to the Introduction to tern.rbmi
article, which provides multiple examples of code implementation.