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, ...)
}

Try the psfmi package in your browser

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

psfmi documentation built on July 9, 2023, 7:02 p.m.