pitakakariki / simr

Power Analysis of Generalised Linear Mixed Models by Simulation
70 stars 20 forks source link

Allow coef<- in place of fixef<- ... maybe? #105

Open pitakakariki opened 6 years ago

pitakakariki commented 6 years ago

This would be handy sometimes if I want to change between lm to lmer in some code without too many changes.

Unlikely to want a coef<- functions for lme4 objects in future, but this would make adding one difficult (in terms of potentially breaking existing code).