var.components: Extract Variance Components

Description Usage Arguments Value See Also

Description

Extracts variance components from a linear mixed-effects model.

Usage

1
2
    ## S3 method for class 'merMod'
var.components(model)

Arguments

model

a linear mixed-effects model estimated using lmer.

Value

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.

See Also

mlmer


omics documentation built on May 1, 2019, 8:45 p.m.

Related to var.components in omics...