% Generated by roxygen2: do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{esbl_isolates} \alias{esbl_isolates} \title{Data Set with 500 ESBL Isolates} \format{ A \link[tibble:tibble]{tibble} with 500 observations and 19 variables: \itemize{ \item \code{esbl}\cr Logical indicator if the isolate is ESBL-producing \item \code{genus}\cr Genus of the microorganism \item \code{AMC:COL}\cr MIC values for 17 antimicrobial agents, transformed to class \code{\link{mic}} (see \code{\link[=as.mic]{as.mic()}}) } } \usage{ esbl_isolates } \description{ A data set containing 500 microbial isolates with MIC values of common antibiotics and a binary \code{esbl} column for extended-spectrum beta-lactamase (ESBL) production. This data set contains randomised fictitious data but reflects reality and can be used to practise AMR-related machine learning, e.g., classification modelling with \href{https://amr-for-r.org/articles/AMR_with_tidymodels.html}{tidymodels}. } \details{ See our \link[=amr-tidymodels]{tidymodels integration} for an example using this data set. } \examples{ esbl_isolates } \keyword{datasets}