mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
726 stars 59 forks source link

Add support for emmeans::emm_list #126

Closed mjskay closed 5 years ago

mjskay commented 6 years ago

When there is a list of emmGrid objects, could just gather each individually and stick them together, e.g. something like map_dfr(emm_list_object, gather_emmeans_draws) followed by re-grouping as necessary.