as.disk.Rd
This transforms a vector to a new class disk
, which is a growth zone size (around an antibiotic disk) in millimeters between 6 and 99.
as.disk(x, na.rm = FALSE) is.disk(x)
x | vector |
---|---|
na.rm | a logical indicating whether missing values should be removed |
Ordered integer factor with new class disk
Interpret disk values as RSI values with as.rsi
. It supports guidelines from EUCAST and CLSI.
On our website https://msberends.gitlab.io/AMR you can find a tutorial about how to conduct AMR analysis, the complete documentation of all functions (which reads a lot easier than here in R) and an example analysis using WHONET data.
# NOT RUN { # interpret disk values as.rsi(x = 12, mo = as.mo("S. pneumoniae"), ab = "AMX", guideline = "EUCAST") as.rsi(x = 12, mo = as.mo("S. pneumoniae"), ab = "AMX", guideline = "CLSI") # }