powered by
Extract the fixed-effects estimates
# S3 method for glmmTMB fixef(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.
Extract the estimates of the fixed-effects parameters from a fitted model.
# NOT RUN { data(sleepstudy, package = "lme4") fixef(glmmTMB(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy)) # }
Run the code above in your browser using DataLab