I performed a 2x2x2 three-way ANOVA and the three-way interaction term was significant. I understand this to mean that one (or more) two-way interactions operate differently in the presence of the third variable.
How do I perform a post hoc test(s) to tease apart these interactions? I would like to do this in r if possible.
I found a resource (link below) that uses tibbles to perform a two-way ANOVA at each level. However, I'm new to r and don't quite understand how this was achieved. Perhaps this is an issue translating the code to my dataset?
https://www.datanovia.com/en/lessons/repeated-measures-anova-in-r/#post-hoc-tests-2
Thanks in advance!