Sharples | R Documentation |
Data on measured and self-reported weight from 40–50 year old participants in the 1989/1990 Life In New Zealand Survey.
Sharples
A tibble with 343 rows and 4 variables:
Self-reported weight in kg.
Measured weight in kg.
Body mass index calculated from self-reported weight and self-reported height in kg/m^2.
Body mass index calculated from measured weight and measured height in kg/m^2.
Sharples, H, et al. (2012) Agreement between measured and self-reported height, weight and BMI in predominantly European middle-aged New Zealanders: findings from a nationwide 1989 survey. New Zealand Med J 125: 60-69.
Sharples |>
bland_altman(srweight ~ weight, transform = TRUE) |>
gf_labs(x = "Mean of weights (kg)", y = "Measured weight / Self-reported weight")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.