Hi everyone,
I am having an issue with changing the base/reference category that is itself part of an interaction variable (I searched for it in other questions in the forum, but found nothing - if I missed something, please let me know). The very simple two lines of code below illustrate the problem:
Those two lines generate this output:

As the output shows, the base reference category for the variable "rep78" is not "4". Is there a way to do what I describe, while using only rep78#foreign rather than rep78##foreign?
Thank you in advance for your time.
I am having an issue with changing the base/reference category that is itself part of an interaction variable (I searched for it in other questions in the forum, but found nothing - if I missed something, please let me know). The very simple two lines of code below illustrate the problem:
Code:
sysuse auto, clear reg price ib4.rep78#foreign
As the output shows, the base reference category for the variable "rep78" is not "4". Is there a way to do what I describe, while using only rep78#foreign rather than rep78##foreign?
Thank you in advance for your time.
Comment