After performing this regression:
Code:
reg loglprice c.yearquarter
Intuitively, it should be something like this:
Code:
margins, at(yearquarter==(1999q1(1)2011q4)) atmean marginsplot
I know it works with the variable months (1-12) instead of yearquarter.
Also, is it necessary to generate a dummy variable for yearquarter to perform the regression?
Thanks in advance!
0 Response to Plot regression
Post a Comment