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
Смотрите видео Introductory Stata 20: Postestimation Statistics Part 2 (estat) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Dr. Bob Wen (Stata, Economics, Econometrics) 26 Январь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,033 раз и оно понравилось 20 людям.