1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 14:01:55 +02:00
This commit is contained in:
2019-05-23 17:59:43 +02:00
parent bbf8b611e3
commit 3688fcaabf
8 changed files with 9 additions and 9 deletions

View File

@ -463,8 +463,8 @@ first_isolate <- function(x,
suppressWarnings(
all_first <- all_first %>%
mutate(key_ab_lag = lag(key_ab)) %>%
mutate(key_ab_other = !key_antibiotics_equal(x = key_ab,
y = key_ab_lag,
mutate(key_ab_other = !key_antibiotics_equal(y = key_ab,
z = key_ab_lag,
type = type_param,
ignore_I = ignore_I,
points_threshold = points_threshold,