The dataset name has been changed to 'anorexia_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_df' indicates that this dataset is a data frame, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
Usage
data(anorexia_df)
Format
A data frame with 72 observations and 3 variables:
- Treat
A factor indicating the treatment group (with 3 possible levels).
- Prewt
A numeric value representing the weight of the patient before treatment (in pounds).
- Postwt
A numeric value representing the weight of the patient after treatment (in pounds).