I use the fitlme function in Matlab with 'DummyVarCoding' set to 'effects', which is defined as 'Coefficients sum to 0.'
The lme object lists the coefficients for each level of the fixed factors and tests the hypothesis that they are equal to 0. However, this is done when one of the levels of each fixed factor is used as a reference. What does it say about the coefficient of the reference level? is it 0? Other value?
I am asking because I want to know whether I can interpret the p values given by the model to indicate whether the effect of level X of the fixed factor is significantly different from the effect of the reference level.
Thanks,
Chen