chapman {nclSLR}R Documentation

Chapman data.

Description

Data from a study on heart disease by Dr. John M. Chapman in the mid-twentieth century. The data were taken from the Los Angeles Heart Study and comprise measurements from 200 male patients.

Usage

data(chapman)

Value

A data frame with 200 rows and 7 variables. The data frame contains the following columns:

age

Patient's age; a numeric vector.

highbp

Patient'systolic blood pressure; a numeric vector.

lowbp

Patient's diastolic blood pressure; a numeric vector.

chol

Patient's cholesterol; a numeric vector.

height

Patient's height; a numeric vector.

weight

Patient's weight; a numeric vector.

y

A binary numeric vector which takes the value 1 if the patient experienced a coronory incident in the preceeding 10 years and 0 otherwise.

Source

The data were taken from the StatLib Datasets Archive at Carnegie Mellon University: https://lib.stat.cmu.edu/datasets/christensen-llm.

Examples

data(chapman)
head(chapman)

[Package nclSLR version 0.1.0 Index]