Nothing
## File Name: mice_ml_lmer_define_predicted_umat.R
## File Version: 0.02
mice_ml_lmer_define_predicted_umat <- function(y, NL, levels_id)
{
predicted_umat <- matrix(0, nrow=length(y), ncol=NL+2)
colnames(predicted_umat) <- paste0("u_",1:(NL+2))
colnames(predicted_umat)[1:NL] <- levels_id
return(predicted_umat)
}
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.