Skip to content

Commit d1a0be4

Browse files
rachlobaydajmcdon
andauthored
Update vignettes/smooth-qr.Rmd
Co-authored-by: Daniel McDonald <[email protected]>
1 parent 5fd8a7a commit d1a0be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/smooth-qr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ baseline_preds_mae_df <- baseline_preds %>%
275275
mutate(type = "baseline")
276276
277277
smooth_preds_mae_df <- smooth_preds %>%
278-
left_join(tedf_sub) %>%
278+
left_join(tedf_sub, by = c("geo_value", "target_date"))
279279
group_by(ahead) %>%
280280
mutate(error = abs(`0.5` - actual)) %>%
281281
summarise(mean = mean(error)) %>%

0 commit comments

Comments
 (0)