R/miceImp.R

Defines functions miceImp

Documented in miceImp

#' Wrapper function around mice
#' 
#'@author Martijn Heymans, 2020
#'@keywords internal
#'
#'@export
miceImp <- function(data, ...) {
  Imp <- mice::mice(data, ...)
}
mwheymans/psfmi documentation built on June 30, 2023, 5:25 a.m.