R/chdage.R

#' Coronary Heart Disease Study
#' 
#' @title Coronary Heart Disease Study
#' @name chdage
#' @usage chdage
#' @format  A data frame with 100 observations on the following 3 variables.
#' \describe{
#'  \item{\code{ID}}{identification code}
#'  \item{\code{AGE}}{age in years}
#'  \item{\code{CHD}}{presence (1) or absence (0) of evidence of significant coronary heart disease}
#' }
#' @references Hosmer, D. (2013). Wiley Series in Probability and Statistics Ser. : Applied Logistic Regression (3). New York: John Wiley & Sons, Incorporated.
#' @examples 
#'   # data(chdage)
#'   # maybe str(chdage) ; plot(chdage) ...
#' @keywords cedage
NULL

Try the lsm package in your browser

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

lsm documentation built on June 22, 2024, 10:31 a.m.