heartrate | R Documentation |
Simulated data of age vs. max heart rate
data(heartrate)
This data frame contains the following columns:
a numeric vector
a numeric vector
Does this fit the workout room value of 220 - age?
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.
data(heartrate) plot(heartrate) abline(lm(maxrate ~ age,data=heartrate))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.