Nothing
#' @description
#'
#' The `rbmi` package is used to perform 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 is designed around 4 core functions:
#' - [draws()] - Fits multiple imputation models
#' - [impute()] - Imputes multiple datasets
#' - [analyse()] - Analyses multiple datasets
#' - [pool()] - Pools multiple results into a single statistic
#'
#' To learn more about `rbmi`, please see the quickstart vignette:
#'
#' `vignette(topic= "quickstart", package = "rbmi")`
#'
#' @keywords internal
#' @importFrom assertthat assert_that
"_PACKAGE"
## usethis namespace: start
#' @importFrom lifecycle deprecated
## usethis namespace: end
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.