Nothing
library(Amelia)
data(africa)
af2 <- na.omit(africa)
oi <- matrix(c(1:10,rep(4, 10)), nrow = 10)
a.out <- amelia(af2, cs = 2, overimp = oi)
if (a.out$imputations[[1]][1,4] == a.out$imputations[[2]][1,4]) {
stop("overimp is broken")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.