bbolker / broom.mixed

tidy methods for mixed models in R
227 stars 23 forks source link

tidy(effect=) vs tidy(effects=) #111

Closed ddsjoberg closed 3 years ago

ddsjoberg commented 3 years ago

I am not sure if this is intentional or not, but there seems to be some inconsistency how the fixed and random components are selected in the tidy() functions. Most methods seem to called tidy(effects=) (e.g. lme, MCMCglmm, brmsfit, glmmadmb, glmmTMB). But tidy.TBM() calls effect= singular.

Anyway, not a big deal at all, just wanted to let you know. :) Thanks for your work on an amazing package!