R/mimids.R

#' @title Matched Multiply Imputed Dataset
#'
#' @docType class
#'
#' @aliases mimids
#'
#' @rdname mimids
#'
#' @name mimids
#'
#' @description The \code{mimids} object contains data of matched multiply imputed datasets. The \code{mimids} object is generated by the \code{matchitmice()} function.
#'
#' @details The \code{mimids} objects has methods for the \code{print()}, \code{summary()}, and \code{plot()} functions.
#'
#' @note The \pkg{MatchIt.mice} package does not use the S4 class definitions, and instead relies on the S3 list equivalents.
#'
#' @seealso \code{\link[=matchitmice]{matchitmice}}
#'
#' @author Farhad Pishgar
#'
#' @references Stef van Buuren and Karin Groothuis-Oudshoorn (2011). \code{mice}: Multivariate Imputation by Chained Equations in \code{R}. \emph{Journal of Statistical Software}, 45(3): 1-67. \url{https://www.jstatsoft.org/v45/i03/}
#'
#' @keywords classes

NULL

Try the MatchIt.mice package in your browser

Any scripts or data that you put into this service are public.

MatchIt.mice documentation built on Aug. 28, 2019, 1:03 a.m.