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.
Usage
data(KoreanBoneDensity_df)
Format
A data frame with 969 observations and 7 variables:
- Sex
Sex of the subject (factor with 2 levels)
- Age
Age of the subject in years (integer)
- Height
Height of the subject in centimeters (numeric)
- Weight
Weight of the subject in kilograms (numeric)
- LumbarBMD
Bone mass density at the lumbar spine (numeric)
- HipBMD
Bone mass density at the hip (numeric)
- NeckBMD
Bone mass density at the neck (numeric)
Details
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.