Learn R Programming

tramME (version 1.0.7)

sigma.LmME: Extract the SD of the error term of an LmME model.

Description

Extract the SD of the error term of an LmME model.

Usage

# S3 method for LmME
sigma(object, ...)

Value

A numeric value of the transformed sigma parameter.

Arguments

object

An LmME object.

...

Optional argument (for consistency with generic).

Examples

Run this code
data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
sigma(fit)

Run the code above in your browser using DataLab