Hello! And happy (soon) new year!
I am attempting to do multiple regression with control variables, and I was wondering what my base represents. Does stata pick the first variable in the regression code for the base? For example:
Would this mean that the explanatory variable be picked as a base? I know that you can pick a base with a categorical variable, but my explanatory variable is continuous.
Best wishes
Cassie
I am attempting to do multiple regression with control variables, and I was wondering what my base represents. Does stata pick the first variable in the regression code for the base? For example:
Code:
regress dependentvar explanatoryvar controlvar1 controlvar2
Best wishes
Cassie
Comment