Pima_tr_df | R Documentation |
The dataset name has been changed to 'Pima_tr_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.
data(Pima_tr_df)
A data frame with 200 observations and 8 variables:
An integer representing the number of pregnancies.
An integer indicating the plasma glucose concentration (mg/dL) 2 hours after an oral glucose tolerance test.
An integer representing the diastolic blood pressure (mm Hg).
An integer indicating the skin thickness (mm).
A numeric value indicating the body mass index (BMI).
A numeric value representing the diabetes pedigree function.
An integer indicating the age of the individual (in years).
A factor indicating whether the individual has diabetes (1) or not (0).
This dataset contains medical examination data for Pima Indian women, including various health metrics that may be related to diabetes.
Data collected from medical examinations of Pima Indian women.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.