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
64 stars 2 forks source link

Pass dots from extract_random_coefficients #27

Closed m-clark closed 1 year ago

m-clark commented 3 years ago

Right now extract_random_coefficients ignores dots (this is documented), but should probably be fine for passing, e.g. add_group_N or exponentiate to the underlying functions.

m-clark commented 1 year ago

Closed via #40