I have computed 12 ANOVAs using WRS2 package, with the t1waybt function. I would like to be able to put all of these results into a data frame so I can view/print them all.
I have tried the following code:
anova_role_stss_table <- list(anova_role_stss_Int, anova_role_stss_Av, anova_role_stss_Ar)
anova_role_stss_tidy <- lapply(anova_role_stss_table, tidy)
Error: No tidy method for objects of class t1waybt
This is my code using 3 of those tests. I’d like to be able to store them in a df, and print them.
Much appreciated in advance.
user26264581 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.