Hi,

I have a quick question:

When I enter the following code for a regression with 1 independent variable, all yearquarter data (coeff, std.error etc) is shown in the output table:

Code:
reg loglprice i.yearquarter
But when I do the same for more independent variables, only the last 10 quarter dates or so are shown in the output table:

Code:
reg loglprice i.yearquarter loglot logunitsf floors rooms bedrms baths 1.garage 1.porch 1.poolacc 1.fplwk 1.airsys
The other variables (loglot to airsys) are shown as well, so it is only yearquarter that is limited.


Is there a reason why it does not show the output of all the yearquarters?

Thanks for the help.