Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dajmcdon committed Dec 6, 2024
2 parents acf80ca + 07be30c commit f336910
Show file tree
Hide file tree
Showing 29 changed files with 4,082 additions and 118,079 deletions.
9 changes: 4 additions & 5 deletions _code/versioned_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,16 @@ if (!file.exists(file_path_1) | !file.exists(file_path_2)) {
x |>
group_by(geo_value) |>
epi_slide_mean(death_rate, .window_size = 7L) |>
#epi_slide_mean(dv, .window_size = 7L) |>
epi_slide_mean(dv, .window_size = 7L) |>
ungroup() |>
rename(death_rate_7d_av = slide_value_death_rate #,
#dv_7d_av = slide_value_dv
rename(death_rate_7d_av = slide_value_death_rate,
dv_7d_av = slide_value_dv
)
}
) |>
rename(
deaths = death_rate_7d_av,
#doctor_visits = dv_7d_av
doctor_visits = dv
doctor_visits = dv_7d_av
) |>
select(version, time_value, geo_value, deaths, doctor_visits) |>
as_epi_archive(compactify = TRUE)
Expand Down
Binary file modified _data/covid_archive_dv.rds
Binary file not shown.
7 changes: 2 additions & 5 deletions _freeze/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions _freeze/slides/day2-afternoon/execute-results/html.json

Large diffs are not rendered by default.

58,494 changes: 358 additions & 58,136 deletions _freeze/slides/day2-afternoon/figure-revealjs/arx-geo-pooling-plot-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
314 changes: 157 additions & 157 deletions _freeze/slides/day2-afternoon/figure-revealjs/arx-multiple-h-plot-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 66 additions & 91 deletions _freeze/slides/day2-afternoon/figure-revealjs/arx-with-dv-plot-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _freeze/slides/day2-morning/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f336910

Please sign in to comment.