Skip to content

Commit 8f03c0f

Browse files
Merge pull request #79 from r-causal/ml
Add ML section
2 parents a9459f9 + 73a1942 commit 8f03c0f

File tree

641 files changed

+21284
-9382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+21284
-9382
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ render_pdf.R
88
slides/raw/12-whole_game-2-uh-oh.qmd
99
slides/raw/12-whole_game-2-uh-oh_files/
1010
slides/raw/12-whole_game-2-uh-oh.html
11+
CLAUDE.md
12+
.claude/
13+
scratch/
14+

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!-- README.md is generated from README.Rmd. Please edit that file -->
34

45
## Causal Inference in R Workshop
@@ -35,6 +36,8 @@
3536
Bias](https://causal-inference-r-workshop.netlify.app/13-bonus-selection-bias.html)
3637
- [14 Bonus: Continous Exposures with Propensity
3738
Scores](https://causal-inference-r-workshop.netlify.app/14-bonus-continuous-pscores.html)
39+
- [15 Bonus: Machine Learning for Causal
40+
Inference](https://causal-inference-r-workshop.netlify.app/15-bonus-ml-for-causal.html)
3841

3942
### Installing materials locally
4043

README.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ knitr::opts_chunk$set(
3030
* [12 Whole Game (Your Turn)](https://causal-inference-r-workshop.netlify.app/12-whole_game-2.html)
3131
* [13 Bonus: Selection Bias](https://causal-inference-r-workshop.netlify.app/13-bonus-selection-bias.html)
3232
* [14 Bonus: Continous Exposures with Propensity Scores](https://causal-inference-r-workshop.netlify.app/14-bonus-continuous-pscores.html)
33+
* [15 Bonus: Machine Learning for Causal Inference](https://causal-inference-r-workshop.netlify.app/15-bonus-ml-for-causal.html)
3334

3435
### Installing materials locally
3536

causal_inference_r_workshop.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 8b82ddfd-58a8-48e8-af20-7a485df942fb
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)