Nothing
STIC.RFimpute <- function(p.a, ...){
new <- data.frame(apply(p.a, 2, function(x) as.factor(x)), stringsAsFactors = TRUE)
mf <- missForest(new, ...)
mf
}
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.