Changes
- The
effects
argument inmodel_parameters()
for classesmerMod
,glmmTMB
,
brmsfit
andstanreg
gets an additional"random_total"
option, to return
the overall coefficient for random effects (sum of fixed and random effects).
Bug fixes
- Fixed issue in
model_parameters()
for objects from package marginaleffects
where columns were renamed when their names equaled to certain reserved words.