Hi,

I am using esttab to create tables after logistic regression. I present the OR & the 95%CI - is it possible to present the p-values in the same table (eg, in the next column).

For example, if I run the following, could I also present the p-values in the table from the esttab command:

Code:
eststo clear
sysuse auto, clear

eststo: logistic foreign price mpg
eststo: logistic foreign price mpg headroom weight

esttab, b(%8.2f) eform ci label nonumbers mtitles("M1" "M2")
Thanks for any help,
Megan