impute | R Documentation |
Choose between four available multiple imputation strategies in R
.
impute(missbp, imp.method = c("MIMCA", "jomo", "DPMPM", "mice"), m = 5)
missbp |
An object of class |
imp.method |
Select one of four imputation methods: |
m |
Number of multiple imputations |
dataimp |
List of imputed data |
data(missdat)
missbp <- missmi(missdat) |> impute(imp.method="DPMPM", m=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.