Call:
lm(formula = term_gpa ~ total_sleep_time, data = sleep)
Residuals:
Min 1Q Median 3Q Max
-2.99561 -0.21082 0.09999 0.36996 0.71862
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.80814 0.17241 16.287 < 0.0000000000000002 ***
total_sleep_time 0.09619 0.02570 3.742 0.000201 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.4844 on 552 degrees of freedom
Multiple R-squared: 0.02474, Adjusted R-squared: 0.02298
F-statistic: 14 on 1 and 552 DF, p-value: 0.0002015