Hi, new here. My JASP out shows a different significance and sum of squares for only one of my factors in a two way (2x2) anova. It is significant on both but they have a different number for the significance. This is consistent across multiple 2 way anovas. However, one way anovas with the same problem factor match.
I can use either JASP or R but R is more convenient for me.
My code looks like this:
Name<-aov(variable ~ factor1 * factor2, data = my data)
Please help/thank you!