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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user