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.
How to Construct a table for size distribution of fixed effects
Hello, I need to construct a table from fixed effect regression. What is the appropritate code should I use in this regard? Thank you. Please see the attached image file.
You will increase your chances of a useful answer by following the FAQ on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data using dataex.
If you're using xtreg, you can use predict after to get the fixed effects and then collapse them by panel.
Comment