
Last chance! 50% off unlimited learning
Sale ends in
lme
object.varcomp(x, scale = FALSE, cum = FALSE)
lme
objectvarcomp
with estimated variance components.lme
, Correlogram
data(carnivora)
m <- lme(log10(SW) ~ 1, random = ~ 1|Order/SuperFamily/Family/Genus, data=carnivora)
v <- varcomp(m, TRUE, TRUE)
plot(v)
Run the code above in your browser using DataLab