varianceProf {lme4} | R Documentation |
Transform a mixed-effects profile, i.e. conceptually,
x <- profile(lmer(....), ..)
from standard deviation to the variance scale.
varianceProf(x, ranef = TRUE)
x |
a mixed-effects model profile. |
ranef |
logical indicating if all sigmas should be transformed,
see |
a transformed mixed-effects model profile
profile
and methods, notably,
logProf
for log transformation of the sigmas;
also for nice examples including graphics.