Hello everybody 
I have a significant 3 way interaction effect. For a 2 way interaction effect, I am aware of using the following syntax code for simple effect analyses and then conducting pairwise comparisons.
/EMMEANS=TABLES(A*B) COMPARE(A) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B) COMPARE(B) ADJ(BONFERRONI/SIDAK)
However, for a 3 way interaction, is there a method to use code rather than manually conducting multiple 2 way ANOVAs at each level of the remaining factor ? I'm not sure if the following is correct or not (doesn't seem like it),
/EMMEANS=TABLES(A*B*C) COMPARE(A) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B*C) COMPARE(B) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B*C) COMPARE(C) ADJ(BONFERRONI/SIDAK)
Thank you, warm regards,
Rohan
I have a significant 3 way interaction effect. For a 2 way interaction effect, I am aware of using the following syntax code for simple effect analyses and then conducting pairwise comparisons.
/EMMEANS=TABLES(A*B) COMPARE(A) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B) COMPARE(B) ADJ(BONFERRONI/SIDAK)
However, for a 3 way interaction, is there a method to use code rather than manually conducting multiple 2 way ANOVAs at each level of the remaining factor ? I'm not sure if the following is correct or not (doesn't seem like it),
/EMMEANS=TABLES(A*B*C) COMPARE(A) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B*C) COMPARE(B) ADJ(BONFERRONI/SIDAK)
/EMMEANS=TABLES(A*B*C) COMPARE(C) ADJ(BONFERRONI/SIDAK)
Thank you, warm regards,
Rohan