chapman {nclSLR} | R Documentation |
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.
data(chapman)
A data frame with 200 rows and 7 variables. The data frame contains the following columns:
Patient's age; a numeric vector.
Patient'systolic blood pressure; a numeric vector.
Patient's diastolic blood pressure; a numeric vector.
Patient's cholesterol; a numeric vector.
Patient's height; a numeric vector.
Patient's weight; a numeric vector.
A binary numeric vector which takes the value 1
if the
patient experienced a coronory incident in the preceeding 10 years and
0
otherwise.
The data were taken from the StatLib Datasets Archive at Carnegie Mellon University: https://lib.stat.cmu.edu/datasets/christensen-llm.
data(chapman) head(chapman)