mirror of
https://github.com/msberends/AMR.git
synced 2026-03-28 07:05:54 +01:00
Built site for AMR@3.0.1.9036: 4171d5b
This commit is contained in:
@@ -188,15 +188,17 @@ calculate microbial resistance and susceptibility.
|
||||
|
||||
# base R ------------------------------------------------------------
|
||||
count_resistant(example_isolates$AMX) # counts "R"
|
||||
#> ℹ `count_resistant()` assumes the EUCAST guideline and thus considers the
|
||||
#> 'I' category susceptible. Set the `guideline` argument or the
|
||||
#> `AMR_guideline` option to either "CLSI" or "EUCAST", see `?AMR-options`.
|
||||
#> ℹ `count_resistant()` (`?AMR::count_resistant()`) assumes the EUCAST guideline
|
||||
#> and thus considers the 'I' category susceptible. Set the `guideline` argument
|
||||
#> or the `AMR_guideline` option to either "CLSI" or "EUCAST", see AMR-options
|
||||
#> (`?AMR::AMR-options`).
|
||||
#> ℹ This message will be shown once per session.
|
||||
#> [1] 804
|
||||
count_susceptible(example_isolates$AMX) # counts "S" and "I"
|
||||
#> ℹ `count_susceptible()` assumes the EUCAST guideline and thus considers the
|
||||
#> 'I' category susceptible. Set the `guideline` argument or the
|
||||
#> `AMR_guideline` option to either "CLSI" or "EUCAST", see `?AMR-options`.
|
||||
#> ℹ `count_susceptible()` (`?AMR::count_susceptible()`) assumes the EUCAST
|
||||
#> guideline and thus considers the 'I' category susceptible. Set the
|
||||
#> `guideline` argument or the `AMR_guideline` option to either "CLSI" or
|
||||
#> "EUCAST", see AMR-options (`?AMR::AMR-options`).
|
||||
#> ℹ This message will be shown once per session.
|
||||
#> [1] 546
|
||||
count_all(example_isolates$AMX) # counts "S", "I" and "R"
|
||||
@@ -227,9 +229,10 @@ n_sir(example_isolates$AMX)
|
||||
count_susceptible(example_isolates$AMX)
|
||||
#> [1] 546
|
||||
susceptibility(example_isolates$AMX) * n_sir(example_isolates$AMX)
|
||||
#> ℹ `susceptibility()` assumes the EUCAST guideline and thus considers the
|
||||
#> 'I' category susceptible. Set the `guideline` argument or the
|
||||
#> `AMR_guideline` option to either "CLSI" or "EUCAST", see `?AMR-options`.
|
||||
#> ℹ `susceptibility()` (`?AMR::susceptibility()`) assumes the EUCAST guideline
|
||||
#> and thus considers the 'I' category susceptible. Set the `guideline` argument
|
||||
#> or the `AMR_guideline` option to either "CLSI" or "EUCAST", see AMR-options
|
||||
#> (`?AMR::AMR-options`).
|
||||
#> ℹ This message will be shown once per session.
|
||||
#> [1] 546
|
||||
|
||||
@@ -276,8 +279,8 @@ if (require("dplyr")) {
|
||||
group_by(ward) %>%
|
||||
count_df(translate = FALSE)
|
||||
}
|
||||
#> ℹ For `aminoglycosides()` using columns 'GEN' (gentamicin), 'TOB'
|
||||
#> (tobramycin), 'AMK' (amikacin), and 'KAN' (kanamycin)
|
||||
#> ℹ For `aminoglycosides()` using columns 'GEN' (gentamicin), 'TOB' (tobramycin),
|
||||
#> 'AMK' (amikacin), and 'KAN' (kanamycin)
|
||||
#> # A tibble: 12 × 4
|
||||
#> ward antibiotic interpretation value
|
||||
#> <chr> <chr> <ord> <int>
|
||||
|
||||
Reference in New Issue
Block a user