Chernozhukov 和 Hansen (2004) 曾用工具分位数回归方法,使用 Survey of Income and Program Participation 的数据来检验 401(k) 计划对财富的影响。他们使用 401(k) 资格作为参与的工具变量,估计了参与 401(k) 计划对若干财富指标的分位数 treatment effect。在这里,我们使用相同的数据进行分析。
研究问题:参与 401(k) 计划对家庭财富有什么影响?
首先,在不采用工具变量的情况下,我们用 Partial linear model 和 Interactive model 两种模型分别进行估计。我们设定模型的 outcome (即模型中的 ) 为变量 net_tfa,表示金融资产净额;我们关注的 treatment (即模型中的 ) 为变量 e401,是表示是否有 401(k) 资格的二元变量;其余变量 (即模型中的 ) 包括总资产、户主年龄、家庭收入、家庭规模、户主的教育年限、固定福利养老金状况指标、是否已婚、是否是双职工家庭、是否参与IRA、是否拥有房子。
. lxhuse sipp1991.dta, clear . global Y net_tfa . global D e401 . global X tw age inc fsize educ db marr twoearn pira hown . gen fid = mod(_n,3)+1
Stata 的程序包 ddml 提供了便捷的 DDML 实现。高效正确地进行 DDML 的关键是合理的模型设定。ddml 包支持五种不同的模型,包括 Partial linear model、Partial linear IV model、Interactive model、Interactive IV model、High-dimensional IV model。模型设定的关键在于 treatment 与其他控制变量是否能够线性分离,以及是否加入工具变量进入模型。
Chernozhukov V, Chetverikov D, Demirer M, et al. Double/debiased machine learning for treatment and structural parameters[J]. 2018. -PDF-
Fisher A, Kennedy E H. Visually communicating and teaching intuition for influence functions[J]. The American Statistician, 2021, 75(2): 162-172. -PDF-
Díaz I. Machine learning in the estimation of causal effects: targeted minimum loss-based estimation and double/debiased machine learning[J]. Biostatistics, 2020, 21(2): 353-358. -PDF-
Almond D, Chay K Y, Lee D S. The costs of low birth weight[J]. The Quarterly Journal of Economics, 2005, 120(3): 1031-1083. -PDF-
Cattaneo M D. Efficient semiparametric estimation of multi-valued treatment effects under ignorability[J]. Journal of Econometrics, 2010, 155(2): 138-154. -PDF-
Chernozhukov V, Hansen C. The effects of 401 (k) participation on the wealth distribution: an instrumental quantile regression analysis[J]. Review of Economics and statistics, 2004, 86(3): 735-751. -PDF-
Hull I, Grodecka-Messi A. Measuring the Impact of Taxes and Public Services on Property Values: A Double Machine Learning Approach[J]. arXiv preprint arXiv:2203.14751, 2022. -PDF-
MIT OpenCourseWare: Victor Chernozhukov and Iván Fernández-Val. 14.382 Econometrics. Spring 2017. L12. TREATMENT EFFECTS -PDF-
6. 相关推文
Note:产生如下推文列表的 Stata 命令为: lianxh 机器学习, m 安装最新版 lianxh 命令: ssc install lianxh, replace
专题:论文写作
Semantic scholar:一款基于机器学习的学术搜索引擎
专题:Stata教程
Stata-Python交互-7:在Stata中实现机器学习-支持向量机
专题:Stata命令
Stata:双重机器学习-多维聚类标准误的估计方法-crhdreg
专题:Python-R-Matlab
MLRtime:如何在 Stata 调用 R 的机器学习包?
专题:其它
知乎热议:机器学习在经济学的应用前景
专题:机器学习
知乎热议:如何学习机器学习
机器学习在经济学领域的应用前景
机器学习如何用?金融+能源经济学文献综述
知乎热议:纠结-计量经济、时间序列和机器学习
机器学习:随机森林算法的Stata实现
Stata:机器学习分类器大全
New! Stata 搜索神器:lianxh 和 songblGIF 动图介绍 搜: 推文、数据分享、期刊论文、重现代码 …… 👉 安装: . ssc install lianxh . ssc install songbl 👉 使用: . lianxh DID 倍分法 . songbl all