1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-29 14:55:55 +02:00

Built site for AMR@3.0.1.9040: 9c95aa4

This commit is contained in:
github-actions
2026-03-24 12:34:17 +00:00
parent 330f1a9dfe
commit d55d073ae9
109 changed files with 762 additions and 777 deletions

View File

@@ -306,7 +306,7 @@ head(a)
# apply EUCAST rules: some results wil be changed
b <- eucast_rules(a, overwrite = TRUE)
#> Warning: in `?eucast_rules()`: not all columns with antimicrobial results are of class
#> Warning: in `eucast_rules()`: not all columns with antimicrobial results are of class
#> <sir>. Transform them on beforehand, e.g.: - x %>% as.sir(CXM:AMX) - x %>%
#> mutate_if(is_sir_eligible, as.sir) - x %>%
#> mutate(across(where(is_sir_eligible), as.sir))
@@ -323,7 +323,7 @@ head(b)
# do not apply EUCAST rules, but rather get a data.frame
# containing all details about the transformations:
c <- eucast_rules(a, overwrite = TRUE, verbose = TRUE)
#> Warning: in `?eucast_rules()`: not all columns with antimicrobial results are of class
#> Warning: in `eucast_rules()`: not all columns with antimicrobial results are of class
#> <sir>. Transform them on beforehand, e.g.: - x %>% as.sir(CXM:AMX) - x %>%
#> mutate_if(is_sir_eligible, as.sir) - x %>%
#> mutate(across(where(is_sir_eligible), as.sir))