其他
Stata:人手一份的33个DID进展命令表(含语法介绍应用)
33个必知必会的DID命令(Stata18新命令+7个常规DID命令+21个DID进展最新命令+平行趋势和安慰剂命令)
本文所附常用的代码命令为
Stata18.0新功能1:异质性DID操作手册:hdidregress与xthdidregress
1、传统的7个DID命令
reg reg y time treated did, r
xtreg xtreg y did i.year,fe vce(cluster country)
areg areg y did i.year ,absorb(country ) r
reghdfe reghdfe y did,absorb(country year )
diff diff fte, t(treated) p(t)
didregress didregress (satis)(procedure), group(hospital) time(month)
xtdidregress xtdidregress (ln_wage $xlist) (did),group(idcode) time(year) vce(robust)
2、平行趋势检验常用命令
**# 1、coefolot
ssc install coefolot, replace
coefplot reg, keep(pre_* current post_*) vertical recast(connect) yline(0) xline(3, lp(dash))
**# 2、eventdd
ssc install eventdd, replace
eventdd depvar [indepvars] [if] [in] [weight], timevar(varname) [options]
3、安慰剂检验命令
**# permute案例应用
webuse permute2
permute group rsum=r(sum_obs), reps(10000) nowarning nodots: ranksum y, by(group)
webuse permute1
permute treatment Ftreat=e(F_1), reps(10000) nodots strata(subject): anova y treatment subject
4、DID进展命令汇总
5、完整命令汇总
DID主题文章推荐
2023年第3期《数量经济技术经济研究》目录及计量方法汇总表(DID、DDD等)
《数量经济技术经济研究》上2篇最新DID论文:交错DID及小样本双重差分RI-DID
DID前沿论文推荐 |《中国工业经济》:交错DID及异质性—稳健DID(附代码实现)
推荐:《中国工业经济》2023年第2期-稳健DID估计量+Goodman Bacon分解
permute:DID安慰剂检验随机抽样500/1000次--2023年《中国工业经济》最新应用
2023新版_DID进展汇总:命令、书单、论文、文章资源汇总
理解DID出了什么问题?双向固定效应模型TWFE与异质性处理效应drdid和csdid
Bacon分解bacondecomp新+旧版本操作及ddtiming命令(三合一)操作应用
资源推荐:直接动态展示培根分解、事件研究和交错处理、断点回归、随机化推理
理解DID出了什么问题?双向固定效应模型TWFE与异质性处理效应drdid和csdid
书籍推荐:《因果推断:混音带》(内涵高级DID、合成控制法、机器学习和因果推理等资源课件)