I ran a regression in which I have an interaction term of two factor variables.
The one of the variables has 2 levels: Condition_A & Condition_B (therefore the first one is the reference category) but the other one is called Group.Membership has 3 levels: Group_1, Group_2 & Group_3 (therefore the first one is the reference category).
What I am not sure about is how to interpret the output. What I get as part of the lm() ouput is :
ConditionB:Group.Membership.L (Beta and p-value)
ConditionB:Group.Membership.Q (Beta and p-value)
Should I interpret the .L as the coefficient for Group_2 compared to the reference category (Group_1), and the same goes for .Q? Or there is another interpretation of this type of output?
Thank you for your help!
EDIT ----------------
I have another question. I have tested the interaction term of the Condition variable with many other factor variables. Why sometimes I get in the ouput the .L and .Q in the end, whereas in other occasions I get the levels of the second variable of the interaction term without the .L and Q.? Am I doing something wrong in my lm() ?