Learn R Programming

CLME (version 2.0-4)

ranef.clme: Extract random effects

Description

Extract random effects

Extract random effects

Extracts the random effects estimates from objects of class clme.

Usage

"ranef"(object, ...)
"ranef"(object, ...)
"ranef"(object, ...)
"random.effects"(object, ...)

Arguments

object
object of class clme.
...
space for additional arguments

Value

Returns a numeric vector.

See Also

CLME-package clme

Examples

Run this code
data( rat.blood )
cons <- list(order = "simple", decreasing = FALSE, node = 1 )
clme.out <- clme(mcv ~ time + temp + sex + (1|id), data = rat.blood ,
                 constraints = cons, seed = 42, nsim = 0)

ranef( clme.out )

Run the code above in your browser using DataLab