mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 07:51:57 +02:00
new portion functions
This commit is contained in:
4
R/data.R
4
R/data.R
@ -321,7 +321,7 @@
|
||||
#' first_isolates == TRUE) %>%
|
||||
#' group_by(hospital_id) %>%
|
||||
#' summarise(n = n_rsi(amox),
|
||||
#' p = resistance(amox))
|
||||
#' p = portion_IR(amox))
|
||||
#'
|
||||
#'
|
||||
#' # 2. Get the amoxicillin/clavulanic acid resistance
|
||||
@ -332,5 +332,5 @@
|
||||
#' first_isolates == TRUE) %>%
|
||||
#' group_by(year = format(date, "%Y")) %>%
|
||||
#' summarise(n = n_rsi(amcl),
|
||||
#' p = resistance(amcl, minimum = 20))
|
||||
#' p = portion_IR(amcl, minimum = 20))
|
||||
"septic_patients"
|
||||
|
Reference in New Issue
Block a user