1
0
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:
2026-06-23 19:43:54 +02:00
parent fd90b2c250
commit 0c1709c999
4 changed files with 9 additions and 5 deletions

View File

@@ -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")) {