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

add argument for condvar to extract_random_effects #29

Closed m-clark closed 1 year ago

m-clark commented 3 years ago

lme4::ranef sets condvar = TRUE by default, and with notably large data with lots of groups for a random effect, this may be prohibitively slow. It'd be good to have an option to turn it off (which should automatically turn off CI options as well). As an example, find_typical only needs the value, so anything else is wasted computation.

m-clark commented 1 year ago

Closed via #39