This dataset, dosage_tbl_df, is a tibble containing treatment dosage information for antimicrobial agents as defined by EUCAST. The dosages are used to support interpretive breakpoints in antimicrobial susceptibility testing.
data(dosage_tbl_df)A tibble with 759 observations and 9 variables:
Antimicrobial ID
Name of the antimicrobial agent
Type of dosage scheme
Dose amount
Number of doses per day
Route of administration
Additional clinical notes
Original EUCAST dosage description
EUCAST guideline version number
The dataset name has been kept as 'dosage_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.