Skip to contents

The dataset name has been changed to 'diabetes2_tbl_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 '_tbl_df' indicates that this dataset is a tibble, 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(diabetes2_tbl_df)

Format

A tibble with 699 observations and 2 variables:

treatment

A factor indicating the type of treatment administered (e.g., different medication types).

outcome

A factor indicating the outcome of the treatment (e.g., improvement or no improvement).

Source

Data collected from clinical trials assessing treatment efficacy for Type 2 diabetes in adolescents.

Details

This dataset contains information from a clinical trial focusing on Type 2 diabetes in patients aged 10 to 17 years, detailing the treatment approaches and their outcomes.