R/nhanes_example.R

#' Example Data from National Health and Nutrition Examination Survey ('NHANES')
#'
#' @format A `data.frame` with 7 columns, which are:
#' \describe{
#' \item{SEQN}{ID of participant}
#' \item{mortstat}{mortality status, 1-died, 0 - censored}
#' \item{event_time_years}{time observed}
#' \item{WTMEC4YR_norm}{weights normalized for survey}
#' \item{gender}{gender}
#' \item{age_years_interview}{age in years at interview}
#' \item{education_adult}{educational status}
#' }
"nhanes_example"
muschellij2/cforward documentation built on March 31, 2021, 3:33 a.m.