this is my first time using Stata.
I would like to include an interaction term in my model:
Code:
egen voc = group(vis)
Code:
xtreg foreign_revenues state_dom##voc state_min##voc log_age log_asset log_gdp_capita i.sector i.year, robust
Can anyone tell me how to implement the same xtreg function manually creating interaction term instead of ##?
Thanks very much
0 Response to Manually created interaction term and ## command
Post a Comment