Skip to content

Commit e06f203

Browse files
authored
Add reference to Causal Inference: A Statistical Learning Approach (#1441)
1 parent cd43fa7 commit e06f203

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ Erik Sverdrup, Maria Petukhova, and Stefan Wager.
165165
<b>Estimating Treatment Effect Heterogeneity in Psychiatry: A Review and Tutorial with Causal Forests.</b> 2024.
166166
[<a href="https://arxiv.org/abs/2409.01578">arxiv</a>]
167167

168+
Stefan Wager.
169+
<b>Causal Inference: A Statistical Learning Approach.</b> 2024.
170+
[<a href="https://web.stanford.edu/~swager/causal_inf_book.pdf">pdf</a>]
171+
168172
Stefan Wager and Susan Athey.
169173
<b>Estimation and Inference of Heterogeneous Treatment Effects using Random Forests.</b>
170174
<i>Journal of the American Statistical Association</i>, 113(523), 2018.

r-package/grf/vignettes/grf_guide.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ qini.age
405405

406406
* [Machine Learning & Causal Inference: A Short Course](https://www.youtube.com/playlist?list=PLxq_lXOUlvQAoWZEqhRqHNezS30lI49G-) (video lectures)
407407

408-
* [Lecture notes - causal inference PhD course at Stanford](http://web.stanford.edu/~swager/stats361.pdf)
408+
* [Causal Inference: A Statistical Learning Approach](https://web.stanford.edu/~swager/causal_inf_book.pdf) (book)
409409

410410
<center><img src="https://raw.githubusercontent.com/grf-labs/grf/master/images/logo/grf_leaf_green.png" height="64"></center>
411411

r-package/grf/vignettes/policy_learning.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ values <- aggregate(dr.scores, by = list(leaf.node = node.id),
8181
print(values, digits = 2)
8282
```
8383

84-
For more statistical details please see the chapter on *Policy Learning* in [these lecture notes](https://web.stanford.edu/~swager/stats361.pdf).
84+
For more statistical details, please see the chapter on *Policy Learning* in [Causal Inference: A Statistical Learning Approach](https://web.stanford.edu/~swager/causal_inf_book.pdf).
8585

8686
[^algo]: A description of the tree search algorithm is given in [this paper](https://joss.theoj.org/papers/10.21105/joss.02232.pdf).

0 commit comments

Comments
 (0)