If you mean an interaction, in Stata 11 and Stata 12, you need to use
# or ##
Please see
help fvvarlist
for more information.
A variable in the interaction term is assumed to be categorical unless you specify the operator c. (continuous variable). For example,
female#c.wage
female is categorical and wage is treated as a continuous variable.
If you are using Stata 10 or earlier version, you need to use
xi: i.female*wage






Reply With Quote

