powered by
Choose between four available multiple imputation strategies in R.
R
impute(missbp, imp.method = c("MIMCA", "jomo", "DPMPM", "mice"), m = 5)
The missbp object is appended with the following object:
missbp
List of imputed data
See also MIMCA, jomo1cat and mi and mice.
MIMCA
jomo1cat
mi
mice
An object of class missmi obtained from preceding function missmi().
missmi
missmi()
Select one of four imputation methods: MIMCA, jomo, DPMPM, mice
jomo
DPMPM
Number of multiple imputations
# \donttest{ data(missdat) missbp <- missmi(missdat) |> impute(imp.method="DPMPM", m=5)# }
Run the code above in your browser using DataLab