mirror of
https://github.com/msberends/AMR.git
synced 2026-06-24 04:56:20 +02:00
(v3.0.1.9061) WISCA refix
This commit is contained in:
@@ -308,10 +308,12 @@ antibiogram(example_isolates,
|
||||
)
|
||||
|
||||
# stratified by syndrome or clinical group
|
||||
wisca(example_isolates,
|
||||
out <- wisca(example_isolates,
|
||||
antimicrobials = c("TZP", "TZP+TOB", "TZP+GEN"),
|
||||
syndromic_group = "ward"
|
||||
)
|
||||
out
|
||||
wisca_plot(out)
|
||||
|
||||
# stratified using grouped tibbles (e.g. by age and gender)
|
||||
if (requireNamespace("dplyr")) {
|
||||
|
||||
Reference in New Issue
Block a user