coef.glmmFELMod: Extract model coefficients (fixed effects)
Description
Extract model coefficients (fixed effects)
Usage
# S3 method for glmmFELMod
coef(object, ...)
Value
A named numeric vector of estimated fixed-effect regression
coefficients (on the linear predictor scale). Names correspond to columns
of the fixed-effects design matrix X when available.
Arguments
- object
A glmmFELMod object.
- ...
Unused.