── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks rstatix::filter(), stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
ggline(data = session_nov_summary, x="Feedback", y ="avg_nov_ideas", color ="Two_or_three", add ="mean_se")
anova_elabs <-anova_test(avg_nov_elabs ~ Feedback * Two_or_three, data = session_nov_summary, type =3)
Warning: NA detected in rows: 8,10,13,15,21,22,23,24,25,30,31,33,34,35,36,37,39,40,42,43,44,45,47,48,49,50,53,54,57,61,62,63,64,65,66,67,68,70,71,72,75,76,81,83,85.
Removing this rows before the analysis.