Rev 1929 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{VarCorr}\docType{genericFunction}\alias{VarCorr}\alias{VarCorr,mer-method}\title{Extract variance and correlation components}\usage{VarCorr(x, \dots)}\arguments{\item{x}{a fitted model object, usually an object inheriting fromclass \code{lmer}.}\item{\dots}{Additional, optional arguments for some methods. Atpresent none are used.}}\description{Extract the estimated variances, standarddeviations, and correlations of the random-effects terms in alinear mixed-effects model, of class \code{lme}, or a generalizedlinear mixed-effects model. When appropriate,the within-group error variance and standard deviation are alsocalculated.}\value{an object of class \code{VarCorr}.}\seealso{\code{\link{lmer}}, \code{\link{VarCorr-class}}}\examples{(fm2 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy))VarCorr(fm2)}\keyword{models}