Learn R Programming

CLME (version 2.0-12)

ranef.clme: Extract random effects

Description

Extracts the random effects estimates from objects of class clme.

Usage

# S3 method for clme
ranef(object, ...)

# S3 method for summary.clme ranef(object, ...)

# S3 method for clme ranef(object, ...)

# S3 method for clme 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
# NOT RUN {
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