Skip to content

Commit 568df1e

Browse files
committed
need seven_dwarfs in setup
1 parent de0bd69 commit 568df1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/10-continuous-g-computation-exercises.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ library(tidyverse)
99
library(broom)
1010
library(touringplans)
1111
library(splines)
12+
13+
seven_dwarfs <- seven_dwarfs_train_2018 |>
14+
filter(wait_hour == 9)
1215
```
1316

1417
For this set of exercises, we'll use g-computation to calculate a causal effect for continuous exposures.

0 commit comments

Comments
 (0)