1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 01:22:25 +02:00

incorporate Bartlett et al (2022)

This commit is contained in:
2022-12-19 15:32:41 +01:00
parent 23fe427cbc
commit b1b7534c78
24 changed files with 36375 additions and 36304 deletions

View File

@ -1289,7 +1289,7 @@ mdro <- function(x = NULL,
)
trans_tbl(
3,
which(x$genus == "Clostridium" & x$species == "difficile"),
which(x$genus %in% c("Clostridium", "Clostridioides") & x$species == "difficile"),
c(MTR, VAN),
"any"
)
@ -1390,7 +1390,7 @@ mdro <- function(x = NULL,
)
trans_tbl(
3,
which(x$genus == "Clostridium" & x$species == "difficile"),
which(x$genus %in% c("Clostridium", "Clostridioides") & x$species == "difficile"),
c(MTR, VAN, FDX),
"any"
)
@ -1492,7 +1492,7 @@ mdro <- function(x = NULL,
)
trans_tbl(
3,
which(x$genus == "Clostridium" & x$species == "difficile"),
which(x$genus %in% c("Clostridium", "Clostridioides") & x$species == "difficile"),
c(MTR, VAN, FDX),
"any"
)