fixef {lme4} | R Documentation |
Extract the estimates of the fixed effects parameters from a fitted model.
fixef(object, ...) fixed.effects(object, ...) # deprecated
object |
any fitted model object from which fixed effects estimates can be extracted. |
... |
optional additional arguments. Currently none are used in any methods. |
a named numeric vector of fixed effects estimates.
fixef(lmer(decrease ~ treatment + (1|rowpos) + (1|colpos), OrchardSprays))