var.components {omics}R Documentation

Extract Variance Components

Description

Extracts variance components from a linear mixed-effects model.

Usage

    ## 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


[Package omics version 0.1-5 Index]