1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 13:21:50 +02:00

new antibiotics

This commit is contained in:
2019-05-10 16:44:59 +02:00
parent 73f1ee1159
commit 68cc7ef0d0
147 changed files with 6228 additions and 4187 deletions

View File

@ -60,7 +60,7 @@
#' @importFrom dplyr %>% pull mutate mutate_at n group_by_at summarise filter filter_at all_vars n_distinct arrange case_when n_groups transmute
#' @inheritSection AMR Read more on our website!
#' @examples
#' x <- resistance_predict(septic_patients, col_ab = "amox", year_min = 2010)
#' x <- resistance_predict(septic_patients, col_ab = "AMX", year_min = 2010)
#' plot(x)
#' ggplot_rsi_predict(x)
#'
@ -69,7 +69,7 @@
#' x <- septic_patients %>%
#' filter_first_isolate() %>%
#' filter(mo_genus(mo) == "Staphylococcus") %>%
#' resistance_predict("peni")
#' resistance_predict("PEN")
#' plot(x)
#'
#'
@ -83,7 +83,7 @@
#'
#' data <- septic_patients %>%
#' filter(mo == as.mo("E. coli")) %>%
#' resistance_predict(col_ab = "amox",
#' resistance_predict(col_ab = "AMX",
#' col_date = "date",
#' info = FALSE,
#' minimum = 15)