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