I want to generate an interaction term in Stata. I have the variables Terrorism (a continuous variable) and Religiosity ( a binary variable). What Stata command should I use?
-
Login or Register
- Log in with
regression_command ... c.Terrorism##i.Religiosity ...
Comment