You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/09-outcome-model-exercises.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ library(rsample)
13
13
library(propensity)
14
14
15
15
seven_dwarfs <- seven_dwarfs_train_2018 |>
16
-
filter(hour == 9)
16
+
filter(wait_hour == 9)
17
17
```
18
18
19
19
We are interested in examining the relationship between whether there were "Extra Magic Hours" in the morning (the **exposure**) and the average wait time for the Seven Dwarfs Mine Train the same day between 9am and 10am (the **outcome**).
@@ -59,7 +59,7 @@ ipw_results |>
59
59
boot_fits,
60
60
# pull the `estimate` for `extra_magic_morning` for each fit
0 commit comments