I performed a factorial MANOVA in R like this:
manova(cbind(DV1, DV2, DV3) ~ Factor1*Factor2*Factor3*Factor4*Factor5, data = my_data)
However, when I did the same analysis using SPSS, I got very different results, especially the partial eta squared. Any ideas why and which one to use?