Is there any difference between the ways we can code a categorical character with more than 2 factors? I mean, besides the differences in the coding itself?
I've tried some tinkering with R to figure out if there is any issue, mainly between effect coding and dummy coding, and I found that residuals of a linear model were practically identical, but when I use the anova's functions, I got different sum of squares and significance values, but only if I use type III sum of squares (type I and II seems identical).
Can someone shed some light on this?