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
| Extra Magic Morning (exposure) |`extra_magic_morning`|
105
-
| Ticket Season |`wdw_ticket_season`|
106
-
| Closing Time |`close`|
107
-
| Historic Temperature |`weather_wdwhigh`|
103
+
| Posted Wait Time (outcome) |`wait_minutes_posted_avg`|
104
+
| Extra Magic Morning (exposure) |`park_extra_magic_morning`|
105
+
| Ticket Season |`day_ticket_season`|
106
+
| Closing Time |`park_close`|
107
+
| Historic Temperature |`day_temperature_high`|
108
108
109
109
## Your Turn
110
110
111
111
*After updating the code chunks below, change `eval: true` before rendering*
112
112
113
-
Now, fit a propensity score model for `extra_magic_morning` using the above proposed confounders.
113
+
Now, fit a propensity score model for `park_extra_magic_morning` using the above proposed confounders.
114
114
115
115
```{r}
116
116
#| eval: false
@@ -131,7 +131,7 @@ df <- propensity_model |>
131
131
132
132
Stretch Goal 1:
133
133
134
-
Examine two histograms of the propensity scores, one days with Extra Magic Morning (`extra_magic_morning == 1`) and one for days without it (`extra_magic_morning == 0`).
134
+
Examine two histograms of the propensity scores, one days with Extra Magic Morning (`park_extra_magic_morning == 1`) and one for days without it (`park_extra_magic_morning == 0`).
0 commit comments