m-clark / mixedup

An R package for extracting results from mixed models that are easy to use and viable for presentation.
http://m-clark.github.io/mixedup
MIT License
67 stars 2 forks source link

summarize_model should also allow exponentiated fixed effects #6

Closed m-clark closed 4 years ago

m-clark commented 4 years ago

Currently, while extract_fixed_effects allows for an exponentiated result, summarize_model does not, and yet the latter just calls the former, and would be desirable. All that's needed is to add the argument to summarize_model for passing.

m-clark commented 4 years ago

tested on basic examples for all model classes considered.