Hi,
I've decided on using no base level in the operator for one of my factor variables size_cat
*Networking restrictions prevent me from copy/pasting Stata outputs. Screenshots are the only option for me*

(if you can't read the regression output it's not that important)
However, the output omits the second to last observation in size_cat the last observation in size_cat#c.emp_change
I'd read somewhere that using -noconstant- is an way to keep these variables in there, but I receive: option noconstant not allowed
Two quick questions:
1) Is there anything I can do to remedy this problem.
2) How should these coefficients be interpreted; the changes are relative to what?The Stata manual wasn't particularly clear on this issue.
-Jeff
I've decided on using no base level in the operator for one of my factor variables size_cat
Code:
xtreg log_avg_pay_change ibn.size_cat##c.emp_change, fe vce (cluster lbdnum)
(if you can't read the regression output it's not that important)
However, the output omits the second to last observation in size_cat the last observation in size_cat#c.emp_change
I'd read somewhere that using -noconstant- is an way to keep these variables in there, but I receive: option noconstant not allowed
Two quick questions:
1) Is there anything I can do to remedy this problem.
2) How should these coefficients be interpreted; the changes are relative to what?The Stata manual wasn't particularly clear on this issue.
-Jeff
Comment