Learn R Programming

CLME (version 2.0-9)

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

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

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

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

fixed.effects(object, ...)

# S3 method for summary.clme fixed.effects(object, ...)

# S3 method for clme fixed.effects(object, ...)

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

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

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

# S3 method for summary.clme 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
# 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)

fixef( clme.out )

# }

Run the code above in your browser using DataLab