You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Omer, it would help if you showed your code and output using code tags. See pt. 12 of the FAQ. Anyway, it looks to me like you are treating your independent variables as continuous rather than as categorical. See -help fvvarlist-. In other words, instead of something like
reg y x1 x2
you need
reg y i.x1 i.x2
If that isn't solving your problem please show complete code and output.
------------------------------------------- Richard Williams, Notre Dame Dept of Sociology
StataNow Version: 19.5 MP (2 processor) EMAIL: [email protected] WWW: https://www3.nd.edu/~rwilliam
Comment