Learn R Programming

ISwR (version 1.0-8)

bp.obese: Obesity and blood pressure

Description

The bp.obese data frame has 102 rows and 3 columns. It contains data from a random sample of Mexican-American adults in a small California town.

Usage

bp.obese

Arguments

source

B.W. Brown & M. Hollander (1977), Statistics. A Biomedical Introduction, Wiley.

Examples

Run this code
plot(bp~obese,pch = ifelse(sex==1, "F", "M"), data = bp.obese)

Run the code above in your browser using DataLab