I would like to use esttab/estout to report postselection coefficients after running lasso.
For example
I would like esttab to display the results stored in the e(b_postselection) matrix. Any suggestions on how to do this? Thank you!
For example
Code:
sysuse auto, clear lasso linear price mpg headroom trunk esttab matrix list e(b_postselection)
Comment