The dataset name has been changed to 'Puromycin_df' to avoid confusion with datasets from other packages in the R ecosystem and to follow the naming convention in the 'MedDataSets' package. The suffix '_df' indicates that this dataset is a data frame, distinguishing it both within the package and from similar datasets in other R packages. The original content of the dataset has not been modified in any way.
Usage
data(Puromycin_df)
Format
A data frame with 23 observations and 3 variables:
- conc
Substrate concentration (numeric).
- rate
Reaction velocity (numeric).
- state
A factor with two levels:
treated
anduntreated
, indicating whether Puromycin was present.
The dataset contains additional metadata:
- reference
The reference for this dataset:
"A1.3, p. 269"
.