Closed mjskay closed 5 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.
map_dfr(emm_list_object, gather_emmeans_draws)
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.