Nothing
## File Name: mice_multilevel_imputation_draw_residuals.R
## File Version: 0.08
#*** draw residuals
mice_multilevel_imputation_draw_residuals <- function(predicted, sigma )
{
N0 <- length(predicted)
imp <- predicted + stats::rnorm(N0, mean=0, sd=sigma)
return(imp)
}
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.