Learn R Programming

CLME (version 2.0-6)

fixef.clme: Extract fixed effects

Description

Extract fixed effects

Extract fixed effects

Extracts the fixed effects estimates from objects of class clme.

Extract fixed effects

Extract fixed effects

Extract fixed effects

Extract fixed effects

Extract fixed effects

Extract fixed effects

Extract fixed effects

Usage

"fixef"(object, ...)
"fixef"(object, ...)
"fixef"(object, ...)
fixed.effects(object, ...)
"fixed.effects"(object, ...)
"fixed.effects"(object, ...)
"coefficients"(object, ...)
"coef"(object, ...)
"coefficients"(object, ...)
"coef"(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)

fixef( clme.out )

Run the code above in your browser using DataLab