#' @title Calculate Monte Carlo Error Estimates for Statistics Computed Using Multiply Imputed Data
#' @description Calculate Monte Carlo error estimates for statistics computed by pooling multiply imputed data. This package is an add-on to the {mice} package, which is thus required.
#' @name mice.mcerror_package
#' @docType package
#' @author Alessandro Gasparini (alessandro@@ellessenne.xyz)
#' @import mice
NULL
# Quiets concerns of R CMD check re: variable names used internally
# if (getRversion() >= "2.15.1") utils::globalVariables(c("..."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.