get_fixef {asympDiag} | R Documentation |
Get fixed effects
Description
Extracts the fixed effects coefficients from a model.
Usage
get_fixef(object)
## Default S3 method:
get_fixef(object)
## S3 method for class 'merMod'
get_fixef(object)
## S3 method for class 'glmmTMB'
get_fixef(object)
Arguments
object |
A model object for which fixed effects are to be retrieved. |
Details
By default it calls stats::coef()
. If the model class is merMod
calls
fixef
.
Value
A numeric vector of fixed effects coefficients.
[Package asympDiag version 0.3.1 Index]