join_anovas.Rd
This function takes a list of ANOVA tables and joins them into a single tibble. If an element of the ANOVA list is NULL, then an empty column is added.
join_anovas(anova_list, anova_names)
A list of ANOVA tables.
A character vector specifying the names for each ANOVA in the list.
A tibble with merged ANOVA results.