anorexia_weight_change_df | R Documentation |
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.
data(anorexia_weight_change_df)
A data frame with 72 observations and 3 variables:
Factor indicating the treatment type (3 levels)
Numeric vector indicating the patient's weight before treatment (in kilograms)
Numeric vector indicating the patient's weight after treatment (in kilograms)
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.
Data taken from the MASS package version 7.3-65.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.