Introductory Stata 20: Postestimation Statistics Part 2 (estat)

Published: 26 January 2022
on channel: Dr. Bob Wen (Stata, Economics, Econometrics)
1,033
20

The "estat" command after the OLS regression shows the postestimation statistics of that regression. The "estat summarize" command provides a summary table of the variables we use in the regression. Next, we can check multicollinearity using the "estat vif "command.

*********************************
20. Postestimation Statistics 2
*********************************

capture log close
log using post2.log, text replace

set showbaselevels on

webuse nlsw88.dta, clear
describe
summarize

regress wage grade age i.married i.union i.race

*summary statistics
estat summarize

*multicollinearity
estat vif

estat vce, correlation

*heteroskedasticity
estat hettest
estat hettest, rhs mtest

*functional form
estat ovtest

log close

#estat #Stata


Watch video Introductory Stata 20: Postestimation Statistics Part 2 (estat) online without registration, duration hours minute second in high quality. This video was added by user Dr. Bob Wen (Stata, Economics, Econometrics) 26 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,033 once and liked it 20 people.