Skip to content

Commit

Permalink
sense check added pax users
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Nab committed Nov 16, 2023
1 parent ef1cfdf commit 76915be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions analysis/data_process.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ if (period == "ba1") { # only very few people treated with paxlovid --> exclude
filter(treatment_paxlovid_prim == "Untreated")
)
}
cat("Number of people excluded before but included now")
data_processed$grace5 %>%
filter(!is.na(paxlovid_covid_therapeutics)) %>%
select(treatment_paxlovid_prim, status_primary) %>%
table() %>%
print()

################################################################################
# 4 Save data
Expand Down

0 comments on commit 76915be

Please sign in to comment.