mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 07:26:12 +01:00
age_groups fix
This commit is contained in:
parent
bd5f46d734
commit
1ed0cc9bfd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user