lme4 (version 1.0-6)

fixef: Extract fixed-effects estimates

Description

Extract the fixed-effects estimates

Usage

## S3 method for class 'merMod':
fixef(object, ...)

Arguments

object
any fitted model object from which fixed effects estimates can be extracted.
...
optional additional arguments. Currently none are used in any methods.

Value

  • a named, numeric vector of fixed-effects estimates.

Details

Extract the estimates of the fixed-effects parameters from a fitted model.

Examples

Run this code
fixef(lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy))

Run the code above in your browser using DataCamp Workspace