Learn R Programming

asympDiag (version 0.3.1)

get_fixef: Get fixed effects

Description

Extracts the fixed effects coefficients from a model.

Usage

get_fixef(object)

# S3 method for default get_fixef(object)

# S3 method for merMod get_fixef(object)

# S3 method for glmmTMB get_fixef(object)

Value

A numeric vector of fixed effects coefficients.

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.