多期DID和事件研究法含文献和do代码
多期DID和事件研究法含文獻(xiàn)和do代碼
1、方法:多期DID
2來源:JDE發(fā)表的一篇多期DID和事件研究法相關(guān)的文章,
文章名為為"Here waits the bride? The effect of Ethiopia's child marriage law"。
3、數(shù)據(jù)內(nèi)容:數(shù)據(jù)包中提供了文章PDF原文,以及文中圖表的stata代碼 McGavock?T.?Here?waits?the?bride??The?effect?of?Ethiopia's?child?marriage?law[J].?Journal?of?Development?Economics,?2021,?149:?102580.
4、部分代碼:
clear
graph set window fontface "Times New Roman"
set more off
set matsize 800
** file paths go here
global data ""
global out_fig ""
?? ?use "$data\full_clean_wpremeans_analysis", clear
?? ?gen region_group = 1 if region_order < 3
?? ?replace region_group = 2 if region_order >= 3 & region_order <7
?? ?replace region_group = 3 if region_order >= 7
?? ??? ?
?? ?
?? ?gen yr_group = 1 if yr_marr_greg < 2000 & yr_marr_greg >= 1990
?? ?replace yr_group = 2 if yr_marr_greg < 2010 & yr_marr_greg >= 2000
5、下載鏈接:
多期DID和事件研究法含文獻(xiàn)和do代碼https://download.csdn.net/download/m0_71334485/85463172
?
?
總結(jié)
以上是生活随笔為你收集整理的多期DID和事件研究法含文献和do代码的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Photoshop入门教程:画笔工具轻松
- 下一篇: javascript招式总结