1 Star 0 Fork 76

huangleiabcde / Causal_Inference_book

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
_Main.do 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
*------------------------------------
* Hernán MA, Robins JM (2020).
* Causal Inference: What If.
* Boca Raton: Chapman & Hall/CRC.
*------------------------------------
* Book Web: https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/
* Author (dofile): Eleanor Murray
* For errors contact: ejmurray@bu.edu
*
* Update: Yujun Lian (arlionn@163.com)
* https://www.lianxh.cn
* 添加了变量标签,修改了 dofile 名称
* 项目主页:https://gitee.com/arlionn/CI
global path "D:\Lec\Robin_CI2020" //酌情修改路径
cd $path
doedit "chapter11.do" //打开第11章的dofile
doedit "chapter12.do"
doedit "chapter13.do"
doedit "chapter14.do"
doedit "chapter15.do"
doedit "chapter16.do"
doedit "chapter17.do"
*------------------
*- 前期数据处理 - 无用了
*------------------
use "nhefs00.dta", clear
*label data "Robins_2020_Cause_Inference_What_IF datasets, original, 2020/2/28"
*save nhefs00.dta, replace
do var_label.do
save "nhefs.dta", replace
其他
1
https://gitee.com/huangleiabcde/Robins.git
git@gitee.com:huangleiabcde/Robins.git
huangleiabcde
Robins
Causal_Inference_book
master

搜索帮助