Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

heartrate

Simulated data of age vs. max heart rate


Description

Simulated data of age vs. max heart rate

Usage

data(heartrate)

Format

This data frame contains the following columns:

age

a numeric vector

maxrate

a numeric vector

Details

Does this fit the workout room value of 220 - age?

Source

Simulated based on “Age-predicted maximal heart rate revisited” Hirofumi Tanaka, Kevin D. Monahan, Douglas R. Seals Journal of the American College of Cardiology, 37:1:153-156.

Examples

data(heartrate)
plot(heartrate)
abline(lm(maxrate ~ age,data=heartrate))

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.