mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 12:09:37 +02:00
allow column name for ab
in as.sir()
This commit is contained in:
@@ -135,7 +135,7 @@ count_resistant <- function(..., only_all_tested = FALSE) {
|
||||
count_susceptible <- function(..., only_all_tested = FALSE) {
|
||||
tryCatch(
|
||||
sir_calc(...,
|
||||
ab_result = c("S", "I"),
|
||||
ab_result = c("S", "SDD", "I"),
|
||||
only_all_tested = only_all_tested,
|
||||
only_count = TRUE
|
||||
),
|
||||
|
Reference in New Issue
Block a user