This dataset, binding_df, is a data frame containing the binding rate of antibiotics to serum protein in cows. The study measured the extent to which antibiotics bind to protein in the bloodstream, which can reduce the medical effectiveness of the drug. Twelve cows were given one of three antibiotics: chloramphenicol, erythromycin, or tetracycline.
Usage
data(binding_df)
Format
A data frame with 12 observations and 2 variables:
- antibiotic
Factor variable indicating the type of antibiotic administered
- binding
Numeric variable representing the measured binding rate to serum protein
Details
The dataset name has been kept as 'binding_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 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.