pubh (version 1.1.16)

Sharples: Measured and self-reported weight in New Zealand.

Description

Data on measured and self-reported weight from 40<U+2013>50 year old participants in the 1989/1990 Life In New Zealand Survey.

Usage

Sharples

Arguments

Format

A tibble with 343 rows and 4 variables:

srweight

Self-reported weight in kg.

weight

Measured weight in kg.

srbmi

Body mass index calculated from self-reported weight and self-reported height in kg/m^2.

mbmi

Body mass index calculated from measured weight and measured height in kg/m^2.

Examples

Run this code
# NOT RUN {
Sharples %>%
  bland_altman(srweight ~ weight, transform = TRUE) %>%
  gf_labs(x = "Mean of weights (kg)", y = "Measured weight / Self-reported weight") %>%
  gf_theme(theme = sjPlot::theme_sjplot2(base_size = 9))
# }

Run the code above in your browser using DataLab