mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 02:03:04 +02:00
age_groups fix
This commit is contained in:
@ -52,6 +52,7 @@ age_groups(ages, "fives")
|
||||
age_groups(ages, "children")
|
||||
|
||||
# resistance of ciprofloxacine per age group
|
||||
library(dplyr)
|
||||
septic_patients \%>\%
|
||||
mutate(first_isolate = first_isolate(.)) \%>\%
|
||||
filter(first_isolate == TRUE,
|
||||
|
Reference in New Issue
Block a user