Wednesday, July 27, 2022

estout: what is the stats label for LR chi2 in logistic regression

I run a logistic regression and would like to print out LR Chi2 statistics using
Code:
estout
Code:
eststo: quietly logit y x1 x2
Code:
esttab, se stats(?)
I use quietly because the regression actually has a lot of dummy variables which I do not want to print them out. What would be stats label for LR Chi2 in the logistic regression?

No comments:

Post a Comment