1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-30 08:15:57 +02:00

Built site for AMR@3.0.1.9037: 3d1412e

This commit is contained in:
github-actions
2026-03-22 19:55:49 +00:00
parent 3560dfd611
commit c95646d39c
120 changed files with 617 additions and 675 deletions

View File

@@ -297,9 +297,8 @@ susceptible isolates.
``` r
out <- mdro(example_isolates)
#> Warning: in `mdro()` (`?AMR::mdro()`): NA introduced for isolates where the available
#> percentage of antimicrobial classes was below 50% (set with
#> `pct_required_classes`)
#> Warning: in `?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)
@@ -325,9 +324,8 @@ if (require("dplyr")) {
#> Warning: There was 1 warning in `mutate()`.
#> In argument: `MDRO = mdro()`.
#> Caused by warning:
#> ! in `mdro()` (`?AMR::mdro()`): NA introduced for isolates where the available
#> percentage of antimicrobial classes was below 50% (set with
#> `pct_required_classes`)
#> ! in `?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>