Arguments for mice::mice Function
Defines initial arguments of imputation method and
predictor matrix for mice::mice
function.
mice_inits(dat, ignore=NULL)
dat |
Dataset |
ignore |
Vector of variables which should be ignored in imputation |
List with entries
method |
Imputation method |
predictorMatrix |
Predictor matrix |
See mice::make.predictorMatrix
and
mice::make.method
for generating an initial predictor matrix
and a vector of imputation methods.
############################################################################# # EXAMPLE 1: Inits for mice imputation ############################################################################# data(data.ma04, package="miceadds") dat <- data.ma04 res <- miceadds::mice_inits(dat, ignore=c("group") ) str(res)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.