R/data.R

#' Conversion table for ulnar length, sex and age to height.
#'
#' @format A data frame with 28 rows and 5 variables:
#' \describe{
#'   \item{ulna_cm}{Ulna length, in centimeters}
#'   \item{menBelow65yrs_m}{corresponding height for men below 65 years of age, in meters}
#'   \item{menAbove65yrs_m}{corresponding height for men above 65 years of age, in meters}
#'   \item{womenBelow65yrs_m}{corresponding height for women below 65 years of age, in meters}
#'   \item{womenAbove65yrs_m}{corresponding height for women above 65 years of age, in meters}
#' }
#' @source Table 10.3 from \url{https://onlinelibrary.wiley.com/doi/pdf/10.1002/9781118786529.app10}
"ulna2HeightConvTable"
mlw-stats/HDRU documentation built on Jan. 1, 2021, 10:30 a.m.