R/data.R

#' Evans County dataset
#'
#' Data from cohort study in which white males in Evans County were followed for seven years,
#' with coronary heart disease as the outcome of interest. This dataset comes from the
#' \code{lbref} package.
#'
#' @format A data frame with 609 rows and 9 variables:
#' \describe{
#'   \item{CDH}{outcome variable; 1 = coronary disease}
#'   \item{CAT}{1 = high, 0 = normal catecholamine level}
#'   \item{AGE}{age (in years)}
#'   \item{CHL}{cholesterol, mg/dl}
#'   \item{SMK}{1 = subject has ever smoked}
#'   \item{ECG}{1 = presence of electrocardiogram abnormality}
#'   \item{DBP}{diastolic blood pressure, mmHg}
#'   \item{SBP}{systolic blood pressure, mmHg}
#'   \item{HPT}{1 = SBP greater than or equal to 160 or DBP greater than or equal to 95}
#' }
"Evans"

Try the robusTest package in your browser

Any scripts or data that you put into this service are public.

robusTest documentation built on June 22, 2024, 10:47 a.m.