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:

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