KoreanBoneDensity_df | R Documentation |
This dataset, KoreanBoneDensity_df, is a data frame containing bone mass density measurements of South Korean subjects at three body locations. It includes demographic information such as sex, age, height, and weight, along with bone mass density values for the lumbar spine, hip, and neck.
data(KoreanBoneDensity_df)
A data frame with 969 observations and 7 variables:
Sex of the subject (factor with 2 levels)
Age of the subject in years (integer)
Height of the subject in centimeters (numeric)
Weight of the subject in kilograms (numeric)
Bone mass density at the lumbar spine (numeric)
Bone mass density at the hip (numeric)
Bone mass density at the neck (numeric)
The dataset name has been kept as 'KoreanBoneDensity_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the SRMData package version 1.0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.