Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • add beta coefficient in brackets under coefficients in regression table

    I was trying to replace the p-value in the regression table with the beta coefficient. I want the final table to show beta coefficients in brackets and show AIC and BIC just like the following:

    Click image for larger version

Name:	RegTable.png
Views:	1
Size:	33.6 KB
ID:	1535433

    The regression is:
    reg price mpg weight
    . I tried
    estout
    and
    outreg2
    but have not figured out how to do it.
Working...
X