Nothing
## File Name: lmer_extract_sd_random_effects.R
## File Version: 0.04
lmer_extract_sd_random_effects <- function(fit)
{
require_namespace("lme4")
object <- lme4::VarCorr(fit)
vdd <- as.data.frame(object, order="lower.tri")
pars <- vdd[,"sdcor"]
return(pars)
}
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.