Dear members,
I am running a probit model where I have an interaction between two dummies.
I am not sure about the tool to use to proceed with the interaction. If I have two dummy variables and want to look at the interaction I may use the following command
but I am not sure if the following instead is the correct one
I tried to use both and I obtain the same coefficients when variableB takes value 1 and variableC takes value 0, and viceversa. Conversely, the coefficient associated to the hypothesis of variableB and variable C taking both variable 1 differs in the two specifications, despite being significant in both cases.
I do thank everyone for the attention.
Marco
I am running a probit model where I have an interaction between two dummies.
I am not sure about the tool to use to proceed with the interaction. If I have two dummy variables and want to look at the interaction I may use the following command
Code:
probit variableA variableB#variableC, vce(robust)
Code:
probit variableA i.variableB##i.variableC, vce(robust)
I do thank everyone for the attention.
Marco
Comment