My question is related to the discussion that take place in this post. The question is: how can I compute the expected values of conditions GroupB/Cond2 and GroupB/Cond3 in that case?
I know that GroupA/Cond1, 2 and 3 are calculated from coef A (6.1372) + coefs from conditions 1, 2 and 3) and I know that GroupB/Cond1 is calculated from coef B (6.0758).
The problem is that the coefficients from the R output to GroupB/Cond2 is -0.1055. So, the number in the table should be 6.1913 (6.0758 + 0.1055), but it is 6.0853. Similarly with GroupB/Cond3: it should be 6.1758 (6.0758 + 0.1000), but it is 6.1149. I don't understand that difference. Is there an error in the table or is it that I really don't understand how to calculate the values?
In other words, my question is about how to calculate the coefficients for the interactions terms in the lmer function output from R.
---------------------------------
Group
A - 6.1372
B - (6.1372 - 0.0614) = 6.0758
---------------------------------
Condition
1 - (6.1372)
2 - (6.1372 + 0.1150) = 6.2522
3 - (6.1372 + 0.1000) = 6.2372
---------------------------------
Interactions
A1 (6.1372) = 6.1372
A2 (6.1372 + 0.1150) = 6.2522
A3 (6.1372 + 0.1000) = 6.2372
---------------------------------
B1 (6.0758) = 6.0758
B2 (6.0758 + ??????) = 6.0853
B3 (6.0758 + ??????) = 6.1149
---------------------------------