I am currently running a logistic regression model in order to analyze my transaction data. Unfortunately I do find contrary recomendations regarding the testing of moderators (btw, some use the term interaction effect, is this really the same?).
My approach looks like this:
1) Generate a new variable (if you can justify this by the literature or by observed confounding) which represents the product of the potential moderator and the respective independent variable
2) Include the new variable into the model - next to all the direct effects
3) If the wald test is significant, the moderating role is proved.
My question: Is this process correct? Other sources recommend to split the sample into two or more groups (with strong and weak/no influence of the moderator.
Thank you very much!
Reading through your answers raised two new questions in my mind:
As you take the product of two variables, both could - from a statistical standpoint - represent the moderator. The theoretical argumentation defines which one of both is the moderator, right?
Can I go through this process for all types of variable combinations (e.g. binary X continious, binary X binary, binary X categorical (which are nothing else than a set of binary variables), ...)? Or are there mathematical restrictions?
Thank you very much.
– Lukas Aug 12 '15 at 15:48