wtloss_df | R Documentation |
Weight Loss Data from an Obese Patient
Description
The dataset name has been changed to 'wtloss_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(wtloss_df)
Format
A data frame with 52 observations and 2 variables:
- Days
An integer representing the number of days in the weight loss program.
- Weight
A numeric value indicating the weight of the patient (in kilograms).
Details
This dataset contains weight loss data from an obese patient, detailing the weight changes over a specified number of days during a weight loss program.
Source
Data collected from a clinical study on weight loss in obese patients.