1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-28 10:25:54 +01:00

Built site for AMR@3.0.1.9036: 4171d5b

This commit is contained in:
github-actions
2026-03-20 16:11:30 +00:00
parent ba003f3e23
commit 3560dfd611
115 changed files with 820 additions and 779 deletions

View File

@@ -332,11 +332,10 @@ example_isolates[first_isolate(info = TRUE), ]
#> Determining first isolates using an episode length of 365 days
#> Using column 'date' as input for `col_date`.
#> Using column 'patient' as input for `col_patient_id`.
#> Basing inclusion on all antimicrobial results, using a points threshold
#> of 2
#> Basing inclusion on all antimicrobial results, using a points threshold of 2
#> Excluding 16 isolates with a microbial ID 'UNKNOWN' (in column 'mo')
#> => Found 1,387 'phenotype-based' first isolates (69.4% of total where a
#> microbial ID was available)
#> microbial ID was available)
#> # A tibble: 1,387 × 46
#> date patient age gender ward mo PEN OXA FLC AMX
#> <date> <chr> <dbl> <chr> <chr> <mo> <sir> <sir> <sir> <sir>
@@ -361,6 +360,7 @@ example_isolates[first_isolate(info = TRUE), ]
# get all first Gram-negatives
example_isolates[which(first_isolate(info = FALSE) & mo_is_gram_negative()), ]
#> Using column 'mo' as input for `mo_is_gram_negative()`
#> (`?AMR::mo_is_gram_negative()`)
#> # A tibble: 441 × 46
#> date patient age gender ward mo PEN OXA FLC AMX
#> <date> <chr> <dbl> <chr> <chr> <mo> <sir> <sir> <sir> <sir>
@@ -388,11 +388,10 @@ if (require("dplyr")) {
filter(first_isolate(info = TRUE))
}
#> Determining first isolates using an episode length of 365 days
#> Basing inclusion on all antimicrobial results, using a points threshold
#> of 2
#> Basing inclusion on all antimicrobial results, using a points threshold of 2
#> Excluding 16 isolates with a microbial ID 'UNKNOWN' (in column 'mo')
#> => Found 1,387 'phenotype-based' first isolates (69.4% of total where a
#> microbial ID was available)
#> microbial ID was available)
#> # A tibble: 1,387 × 46
#> date patient age gender ward mo PEN OXA FLC AMX
#> <date> <chr> <dbl> <chr> <chr> <mo> <sir> <sir> <sir> <sir>
@@ -446,23 +445,19 @@ if (require("dplyr")) {
select(ward, date, patient, mo, first)
}
#> Determining first isolates using an episode length of 365 days
#> Basing inclusion on all antimicrobial results, using a points threshold
#> of 2
#>
#> Basing inclusion on all antimicrobial results, using a points threshold of 2
#> Group: ward = "Clinical"
#> Excluding 9 isolates with a microbial ID 'UNKNOWN' (in column 'mo')
#> => Found 865 'phenotype-based' first isolates (70.1% of total where a
#> microbial ID was available)
#>
#> => Found 865 'phenotype-based' first isolates (70.1% of total where a microbial
#> ID was available)
#> Group: ward = "ICU"
#> Excluding 6 isolates with a microbial ID 'UNKNOWN' (in column 'mo')
#> => Found 452 'phenotype-based' first isolates (70.0% of total where a
#> microbial ID was available)
#>
#> => Found 452 'phenotype-based' first isolates (70.0% of total where a microbial
#> ID was available)
#> Group: ward = "Outpatient"
#> Excluding 1 isolates with a microbial ID 'UNKNOWN' (in column 'mo')
#> => Found 99 'phenotype-based' first isolates (82.5% of total where a
#> microbial ID was available)
#> => Found 99 'phenotype-based' first isolates (82.5% of total where a microbial
#> ID was available)
#> # A tibble: 2,000 × 5
#> # Groups: ward [3]
#> ward date patient mo first