##
## Call:
## lm(formula = Cholesterol ~ Age + MaxHR, data = data)
##
## Residuals:
## Min 1Q Median 3Q Max
## -243.88 -37.44 19.14 66.54 416.08
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 65.35230 35.09932 1.862 0.0629 .
## Age -0.07059 0.40313 -0.175 0.8610
## MaxHR 1.00303 0.14935 6.716 3.28e-11 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 106.4 on 915 degrees of freedom
## Multiple R-squared: 0.05563, Adjusted R-squared: 0.05357
## F-statistic: 26.95 on 2 and 915 DF, p-value: 4.242e-12