1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 01:22:25 +02:00

(v0.7.1.9056) mo and ab subsetting

This commit is contained in:
2019-08-14 14:57:06 +02:00
parent 7108454ba5
commit 920212e815
46 changed files with 144 additions and 69 deletions

View File

@ -79,8 +79,8 @@
#' @source Methodology of this function is based on: \strong{M39 Analysis and Presentation of Cumulative Antimicrobial Susceptibility Test Data, 4th Edition}, 2014, \emph{Clinical and Laboratory Standards Institute (CLSI)}. \url{https://clsi.org/standards/products/microbiology/documents/m39/}.
#' @inheritSection AMR Read more on our website!
#' @examples
#' # septic_patients is a dataset available in the AMR package. It is true, genuine data.
#' ?septic_patients
#' # `septic_patients` is a dataset available in the AMR package. It is true, genuine data.
#' # See ?septic_patients.
#'
#' library(dplyr)
#' # Filter on first isolates:
@ -97,7 +97,7 @@
#' # or for first weighted isolates:
#' septic_patients %>%
#' filter_first_weighted_isolate()
#'
#'
#' # Now let's see if first isolates matter:
#' A <- septic_patients %>%
#' group_by(hospital_id) %>%