Skip to content

Commit

Permalink
update ncbi link to download paper data
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Oct 31, 2024
1 parent 6aee9fe commit 067e1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library(dplyr)
library(ggplot2)
# Load serological data
hk_serology <- readr::read_csv("https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4100506/bin/rspb20140709supp2.csv")
hk_serology <- readr::read_csv("https://pmc.ncbi.nlm.nih.gov/articles/instance/4100506/bin/rspb20140709supp2.csv")
# Allocate ages to bands
age_limits <- c(3,18,25,40,65)
Expand Down

0 comments on commit 067e1c1

Please sign in to comment.