1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-23 22:19:08 +01:00

Built site for AMR@3.0.1.9021: 12cf144

This commit is contained in:
github-actions
2026-02-12 19:45:10 +00:00
parent c149bb1f65
commit f0ec851466
94 changed files with 333 additions and 167 deletions

View File

@@ -14,10 +14,12 @@ from the `dplyr` package and also support grouped variables, see
``` r
resistance(..., minimum = 30, as_percent = FALSE,
only_all_tested = FALSE)
only_all_tested = FALSE, guideline = getOption("AMR_guideline",
"EUCAST"))
susceptibility(..., minimum = 30, as_percent = FALSE,
only_all_tested = FALSE)
only_all_tested = FALSE, guideline = getOption("AMR_guideline",
"EUCAST"))
sir_confidence_interval(..., ab_result = "R", minimum = 30,
as_percent = FALSE, only_all_tested = FALSE, confidence_level = 0.95,
@@ -85,6 +87,21 @@ Standards Institute (CLSI)*.
that isolates must be tested for all antimicrobials, see section
*Combination Therapy* below.
- guideline:
Either `"EUCAST"` (default) or `"CLSI"`. With EUCAST, the 'I' category
will be considered as susceptible (see [EUCAST
website](https://www.eucast.org/bacteria/clinical-breakpoints-and-interpretation/definition-of-s-i-and-r/)),
but with with CLSI, it will be considered resistant. Therefore:
- EUCAST: `susceptibility()` \\= \\S + \\I\\, `resistance()` \\= \\R\\
- CLSI: `susceptibility()` \\= \\S + \\SDD\\, `resistance()` \\= \\I +
\\R\\
You can also use e.g. `proportion_R()` or `proportion_S()` instead, to
be explicit.
- ab_result:
Antibiotic results to test against, must be one or more values of "S",
@@ -360,7 +377,7 @@ if (require("dplyr")) {
#> For `carbapenems()` using columns 'IPM' (imipenem) and 'MEM' (meropenem)
#> Warning: There was 1 warning in `summarise()`.
#> In argument: `KAN = (function (..., minimum = 30, as_percent = FALSE,
#> only_all_tested = FALSE) ...`.
#> only_all_tested = FALSE, ...`.
#> In group 3: `ward = "Outpatient"`.
#> Caused by warning:
#> ! Introducing NA: only 23 results available for KAN in group: ward =