Skip to content

Commit fde87cb

Browse files
fix old code
1 parent 9805862 commit fde87cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fit_gcomp <- function(split, ...) {
184184
185185
186186
# calculate ATE
187-
bind_cols(predicted_yes, predicted_no) |>
187+
bind_cols(predicted_thirty, predicted_sixty) |>
188188
summarize(
189189
mean_thirty = mean(thirty_posted_minutes),
190190
mean_sixty = mean(sixty_posted_minutes),

0 commit comments

Comments
 (0)