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
For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:
Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/tern.rbmi@*release")
A stable release of all NEST
packages from June 2022 is also available here.
See package vignettes browseVignettes(package = "tern.rbmi")
for usage of this package.