Last data update: 2014.03.03

R: Obesity and blood pressure
bp.obeseR Documentation

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

Format

This data frame contains the following columns:

sex

a numeric vector code, 0: male, 1: female.

obese

a numeric vector, ratio of actual weight to ideal weight from New York Metropolitan Life Tables.

bp

a numeric vector,systolic blood pressure (mm Hg).

Source

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

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ISwR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ISwR/bp.obese.Rd_%03d_medium.png", width=480, height=480)
> ### Name: bp.obese
> ### Title: Obesity and blood pressure
> ### Aliases: bp.obese
> ### Keywords: datasets
> 
> ### ** Examples
> 
> plot(bp~obese,pch = ifelse(sex==1, "F", "M"), data = bp.obese)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>