1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-27 23:45:55 +01:00

Built site for AMR@3.0.1.9036: 4171d5b

This commit is contained in:
github-actions
2026-03-20 16:11:30 +00:00
parent ba003f3e23
commit 3560dfd611
115 changed files with 820 additions and 779 deletions

View File

@@ -297,8 +297,9 @@ susceptible isolates.
``` r
out <- mdro(example_isolates)
#> Warning: in `mdro()`: NA introduced for isolates where the available percentage of
#> antimicrobial classes was below 50% (set with `pct_required_classes`)
#> Warning: in `mdro()` (`?AMR::mdro()`): NA introduced for isolates where the available
#> percentage of antimicrobial classes was below 50% (set with
#> `pct_required_classes`)
str(out)
#> Ord.factor w/ 4 levels "Negative"<"Multi-drug-resistant (MDR)"<..: NA NA 1 1 1 1 NA NA 1 1 ...
table(out)
@@ -324,8 +325,9 @@ if (require("dplyr")) {
#> Warning: There was 1 warning in `mutate()`.
#> In argument: `MDRO = mdro()`.
#> Caused by warning:
#> ! in `mdro()`: NA introduced for isolates where the available percentage of
#> antimicrobial classes was below 50% (set with `pct_required_classes`)
#> ! in `mdro()` (`?AMR::mdro()`): NA introduced for isolates where the available
#> percentage of antimicrobial classes was below 50% (set with
#> `pct_required_classes`)
#> # A tibble: 3 × 2
#> MDRO n
#> <ord> <int>