Stata Tutorials Topic 41: Estimates Report | Regression Analysis and Estimation Methods Using Stata
Hi, I am Bob. Welcome to the Stata course on regression analysis and estimation methods. In this video, we will examine how to report regression results. We can store coefficient estimates from multiple regressions and show the results in a table. We can also export the table to programs and software like Microsoft Word or Latex.
Please download the BOB.dta dataset:
https://drive.google.com/file/d/13yxn...
The Stata commands in this video:
*estimates store and estimates table
regress lwage schooling
estimates store OLS1
regress lwage schooling age i.married
estimates store OLS2
regress lwage schooling age i.married i.female i.race
estimates store OLS3
estimates dir
estimates table OLS1 OLS2 OLS3
estimates table OLS1 OLS2 OLS3, se
estimates table OLS1 OLS2 OLS3, star
*Customize tables by esttab
esttab OLS1 OLS2 OLS3
esttab OLS1 OLS2 OLS3, label
esttab OLS1 OLS2 OLS3, label mtitle
esttab OLS1 OLS2 OLS3, label mtitle nobaselevels
esttab OLS1 OLS2 OLS3, label mtitle nobaselevels b(%7.3f) se(%7.3f)
esttab OLS1 OLS2 OLS3, label mtitle nobaselevels b(%7.3f) se(%7.3f) varwidth(28)
esttab OLS1 OLS2 OLS3, label mtitle nobaselevels b(%7.3f) se(%7.3f) varwidth(28) keep(schooling age 1.married 1.female 2.race 3.race) title("OLS Estimates")
esttab OLS1 OLS2 OLS3, label mtitle nobaselevels b(%7.3f) se(%7.3f) varwidth(28) keep(schooling age 1.married 1.female 2.race 3.race) title("OLS Estimates") star(* 0.1 * 0.05 ** 0.01)
*Export tables to latex
esttab OLS1 OLS2 OLS3 using "/Users/bobwen/Documents/table.tex", replace label mtitle nobaselevels b(%7.3f) se(%7.3f) varwidth(28) keep(schooling age 1.married 1.female 2.race 3.race) title("OLS Estimates") star(* 0.1 * 0.05 ** 0.01)
【Some Free Courses on My YouTube Channel】
Economics in Real Life:
• Economics in Real Life
Solutions to Introductory Econometrics A Modern Approach 7th Edition:
• Solutions to Introductory Econometric...
Solutions to Microeconomics Theory and Applications with Calculus:
• Solutions to Microeconomics Theory an...
Introductory Stata:
• Introductory Stata (2022)
Introductory Microeconomics:
• Introductory Microeconomics (2022)
Five Minute Econometrics:
• Five Minute Econometrics (Econometric...
Five Minute Stata:
• Stata Tutorials
【國語Mandarin】現實生活中的經濟學:
• 【Mandarin國語】現實生活中的經濟學
【粵語Cantonese】現實生活中的經濟學:
• 【Cantonese粵語】現實生活中的經濟學
【粵語Cantonese】微觀經濟學基礎:
• 粵語Cantonese微觀經濟學基礎2022
【國語Mandarin】五分鐘計量經濟學:
• 【Mandarin國語】五分鐘計量經濟學(計量經濟學輔導)
【粵語Cantonese】五分鐘計量經濟學:
• 【Cantonese粵語】五分鐘計量經濟學(計量經濟學輔導)
On the Road:
• On the Road
【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
/ @bobwenecon
#Stata #esttab #tutorial #estimatestable #estimatesstore #RegressionAnalysisandEstimationMethods #OLS #estimatesreport #tutorial
Смотрите видео Estimates Report | Regression Analysis and Estimation Methods | Stata Tutorials Topic 41 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Dr. Bob Wen (Stata, Economics, Econometrics) 19 Февраль 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 328 раз и оно понравилось 12 людям.