bp.obese {ISwR} | R Documentation |
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.
bp.obese
This data frame contains the following columns:
sex
obese
bp
B.W. Brown and M. Hollander (1977), Statistics: A Biomedical Introduction, Wiley.
plot(bp~obese,pch = ifelse(sex==1, "F", "M"), data = bp.obese)