bbolker / broom.mixed

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

tidy.merMod exponentiate ran coefs #120

Closed Joe-Wasserman closed 2 years ago

Joe-Wasserman commented 2 years ago

Added a new argument to tidy.merMod(): exponentiate_ran_coefs, to exponentiate predicted parameters for each group.

I wasn't sure the best way to approach this argument. I was hesitant to change the behavior of exponentiate = TRUE, because that could be a breaking change.

Closes #119

Joe-Wasserman commented 2 years ago

This is a very minor contribution, but I added myself as a contributor in DESCRIPTION because it looks like your project standard. Feel free to remove me if this is too small to qualify, I won't be offended in the least.