R/data-logitdata.R

#' Logistic Regression Data
#'
#' Some selected data from the ASA and Carotid Endarterectomy (ACE) Trial.
#'
#' @format A tibble with 2,804 observations and 21 variables:
#' \describe{
#' \item{id}{Patient ID}
#' \item{event}{Outcome: any stroke, MI or death within 3 months of surgery (1 = Yes and 0 = No)}
#' \item{side}{Side of surgery}
#' \item{sympt}{Symptomatic: defined as stroke or TIA (transient ischemic attack which is strokelike symptoms that is not quite a stroke) in the six months prior to randomization}
#' \item{age}{Age (years) — main exposure variable}
#' \item{sex}{Sex}
#' \item{htn}{History of hypertension}
#' \item{afib}{History of atrial fibrillation}
#' \item{arrhyth}{History of other cardiac arrhythmia (unusual heart rhythm)}
#' \item{vhd}{History of valvular heart disease}
#' \item{orgfail}{History of other organ failure}
#' \item{diab}{History of diabetes}
#' \item{smk}{Current smoker (at time of randomization)}
#' \item{tia}{History of TIA}
#' \item{stroke}{History of stroke}
#' \item{cvd}{History of MI, CHF or angina}
#' \item{cexam}{Abnormal cardiac exam}
#' \item{ht}{Height (cm)}
#' \item{wt}{Weight (kg)}
#' \item{bmi}{BMI (kg/m2)}
#' \item{cabg}{History of CABG surgery (ie. bypass surgery)}
#' }
#' @examples
#' assigndat
"assigndat"
mattwarkentin/CHL5201 documentation built on March 2, 2020, 5:33 a.m.