R/mimids.R

#' @title Matched Multiply Imputed Datasets
#'
#' @docType class
#'
#' @aliases mimids
#'
#' @rdname mimids
#'
#' @name mimids
#'
#' @description `mimids` object contains data of matched multiply imputed datasets. `mimids` objects are generated by calls to `matchthem()`.
#'
#' @details `mimids` objects have methods for `print()`, `summary()`, `plot()`, and [`cbind()`][cbind.mimids].
#'
#' @note The \pkg{MatchThem} package does not use the S4 class definitions and instead relies on the S3 list equivalents.
#'
#' @seealso [matchthem()], [as.mimids()]
#'
#' @author Farhad Pishgar
#'
#' @references Stef van Buuren and Karin Groothuis-Oudshoorn (2011). `mice`: Multivariate Imputation by Chained Equations in `R`. *Journal of Statistical Software*, 45(3): 1-67. \doi{10.18637/jss.v045.i03}
#'
#' @keywords classes

NULL
FarhadPishgar/MatchThem documentation built on April 4, 2024, 5:54 p.m.