Skip to content

Commit a986901

Browse files
committed
add helper output to solution
1 parent e55b4d9 commit a986901

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

instructors/fig/04-practical-instructor-2.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ infections_baseline_intervention %>%
131131

132132
# save intervention object
133133
intervention_schoolclosure <- test_intervention
134-
134+
infections_schoolclosure <- infections_intervention
135135

136136

137137
# * ----------------------------------------------------------------------
@@ -231,7 +231,7 @@ infections_baseline_intervention %>%
231231

232232
# save intervention object
233233
intervention_mask_mandate <- test_intervention
234-
234+
infections_mask_mandate <- infections_intervention
235235

236236

237237
# * ----------------------------------------------------------------------
@@ -329,5 +329,6 @@ infections_baseline_intervention %>%
329329

330330
# save intervention object
331331
intervention_vaccinate <- test_intervention
332+
infections_vaccinate <- infections_intervention
332333

333334
# nolint end

0 commit comments

Comments
 (0)