Learn R Programming

tramME (version 0.0.1)

varcov.tramME: Extract the variance-covariance matrix of the random effects

Description

Returns the covariance matrix of the random effects as saved in the tramME object. The returned values correspond to the transformation model parametrization.

Usage

# S3 method for tramME
varcov(object, ...)

Arguments

object

A tramME object (fitted or unfitted).

...

Optional arguments (unused)

Value

A list of the covariance matrices.

Examples

Run this code
# NOT RUN {
data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
varcov(fit)
# }

Run the code above in your browser using DataLab