MENU

Fun & Interesting

Endogeneity and Stata's "eregress" Command | Estimation Methods | Stata Tutorials Topic 47

Video Not Working? Fix It Now

Stata Tutorials Topic 47: Endogeneity and Stata's "eregress" Command | Regression Analysis and Estimation Methods Using Stata Hi, I am Bob. Today, let me show you how to use the Stata command "eregress" to solve the endogeneity problem caused by omitted variables and sample selection. Omitted variable bias and endogenous sample selection are common issues in causal effects analysis. Stata's extended linear regression command "eregress" gives us a solution to both problems. Please download the dataset for this topic: https://drive.google.com/file/d/19QZMfRIXMcpHA5GICZVmza_eWZC6_b7m/view?usp=sharing #Stata #eregress #endogeneity #Endogenous #exogenous #RegressionAnalysisandEstimationMethods #tutorial The Stata commands in this video: *OLS Method regress lwage educ i.region i.race c.age##c.age estimates store OLS *Omitted Variable Bias and 2SLS Method eregress lwage i.region i.race c.age##c.age, endogenous(educ=i.parent_educ i.region i.race c.age##c.age) estimates store IV *Sample Selection Bias and Heckmen's Method eregress lwage educ i.region i.race c.age##c.age, select(workforce=num_children educ i.region i.race c.age##c.age) estimates store Heckman *Combination of 2SLS and Heckman Methods eregress lwage i.region i.race c.age##c.age, endogenous(educ=i.parent_educ i.region i.race c.age##c.age) select(workforce=num_children educ i.region i.race c.age##c.age) estimates store Comb esttab OLS IV Heckman Comb, mtitles se star(* 0.1 ** 0.05 *** 0.01) b(%7.3f) 【Some Free Courses on My YouTube Channel】 Economics in Real Life: https://youtube.com/playlist?list=PLVnZllyvIMyQWRM_U-tpNONlgj5PvKwIm Solutions to Introductory Econometrics A Modern Approach 7th Edition: https://youtube.com/playlist?list=PLVnZllyvIMyRA-F5k-kb0RbNXd_i8oXfT Solutions to Microeconomics Theory and Applications with Calculus: https://youtube.com/playlist?list=PLVnZllyvIMyRbgoiL-XAfepq79Q11VBU3 Introductory Stata: https://youtube.com/playlist?list=PLVnZllyvIMyT8elGqkiOJmQhVfc8P-1JR Introductory Microeconomics: https://youtube.com/playlist?list=PLVnZllyvIMyTnIaoPQZHglrjoY5OkYppk Five Minute Econometrics: https://youtube.com/playlist?list=PLVnZllyvIMyQ_PeOSDVJy5YkdYaLG5-YL Five Minute Stata: https://youtube.com/playlist?list=PLVnZllyvIMyTv3CpqsxnVfhwdlQli-hSL 【國語Mandarin】現實生活中的經濟學: https://youtube.com/playlist?list=PLVnZllyvIMyRibbK32SD9CV1QoidlaJ3f 【粵語Cantonese】現實生活中的經濟學: https://youtube.com/playlist?list=PLVnZllyvIMyTlreRu86Msrwis-6f9Unze 【粵語Cantonese】微觀經濟學基礎: https://youtube.com/playlist?list=PLVnZllyvIMyQg_qgMedWyR1_OXvkw6SAL 【國語Mandarin】五分鐘計量經濟學: https://youtube.com/playlist?list=PLVnZllyvIMyRfBL-1B1-q67gYkLUl8mJq 【粵語Cantonese】五分鐘計量經濟學: https://youtube.com/playlist?list=PLVnZllyvIMyQPhDLyiPECG1VfQoL8i3uq On the Road: https://youtube.com/playlist?list=PLVnZllyvIMyRqGfGNuJTA8W-7BdEG9jay 【Become a Supporter of the channel ($2.99) to get PDF transcripts for】 1. Solutions to Microeconomics Theory and Applications with Calculus 5th Edition, 2. Solutions to Introductory Econometrics A Modern Approach 7th Edition, 3. Introductory Stata (2022), 4. Introductory Microeconomics (2022), and 5. Introductory Stata: Summary Statistics and Data Management https://www.youtube.com/channel/UCQ-qJEqT-G_O8v5atXqF1Kg/join In addition to the videos on my YouTube channel, you can also learn Stata from my free Alison online courses. Introductory Stata: Summary Statistics and Data Management https://alison.com/course/introductory-stata-summary-statistics-and-data-management Introductory Stata: Graphics and Data Visualization https://alison.com/course/introductory-stata-2023-graphics-and-data-visualization

Comment