MICEImputation <- function(dataX, m){
dataX<-mice(dataX, m=m, method = "norm", diagnostics = FALSE , remove_collinear = FALSE)
return(complete(dataX))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.