Standard Error of variance component from the output of lmer
I need to extract the standard error of variance component from the output of lmer . library(lme4) model <- lmer(Reaction ~ Days + (1|Subject), sleepstudy) The following produces estimates of variance component : s2 <- VarCorr(model)$Subject[1] It is NOT the standard error of the variance. And I want the standard error . How can I have it ? EDIT : Perhaps I am unable to make you understand what I meant by "standard error of the variance component". So I am editing my post . In Chapter 12 , Experiments with Random Factors , of the book Design and Analysis of Experiments , by Douglas C.