chapman: Chapman data.

Description Usage Value Source Examples

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

1

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

1
2

nclSLR documentation built on May 2, 2019, 5:17 p.m.

Related to chapman in nclSLR...