powered by
Simulated data of age vs. max heart rate
data(heartrate)
This data frame contains the following columns:
a numeric vector
Does this fit the workout room value of 220 - age?
# NOT RUN { data(heartrate) plot(heartrate) abline(lm(maxrate ~ age,data=heartrate)) # }
Run the code above in your browser using DataLab