This dataset, anorexia_weight_change_df, is a data frame containing weight change data for young female anorexia patients. It includes pre- and post-treatment weights, along with the type of treatment administered.
Usage
data(anorexia_weight_change_df)
Format
A data frame with 72 observations and 3 variables:
- Treat
Factor indicating the treatment type (3 levels)
- Prewt
Numeric vector indicating the patient's weight before treatment (in kilograms)
- Postwt
Numeric vector indicating the patient's weight after treatment (in kilograms)
Details
The dataset name has been kept as 'anorexia_weight_change_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets 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.