var.components {omics} | R Documentation |
Extracts variance components from a linear mixed-effects model.
## S3 method for class 'merMod'
var.components(model)
model |
a linear mixed-effects model estimated using
|
A data frame with elements:
group |
the name of the random effect. |
var.name |
the name of the variable. |
var |
the estimated variance. |
var.prop |
the estimated proportion of variance. |