R/data.R

#' Example response data
#' 
#' A single column with response data. In this case obesity measurement, which
#' is defined as log body mass index measured at the waist.
#' 
#' \itemize{
#'   \item{Y }{Continuous regression outcome of interest}
#' }
#' 
#' @export

"Y"

#' Complete set of example data
#' 
#' Includes the response body mass index at waist, covariates, and log environmental
#' contaminants.
#' 
#' @export

"dat"

#' Complete set of example data
#' 
#' Includes the response body mass index at waist, covariates, and log environmental
#' contaminants.
#' 
#' @export

"dat"

#' Complete set of example data
#' 
#' Includes the response body mass index at waist, covariates, and log environmental
#' contaminants.
#' 
#' @export

"dat"
umich-biostatistics/ers documentation built on Oct. 29, 2020, 8:15 a.m.