tern.rbmi
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")
# install.packages("pak")
::pak("insightsengineering/tern.rbmi@*release") pak
Alternatively, you might want to use the development version.
# install.packages("pak")
::pak("insightsengineering/tern.rbmi") pak
To understand how to use this package, please refer to the Introduction
to tern.rbmi
article, which provides multiple examples
of code implementation.