# A tibble: 2 × 5
term estimate std.error statistic p.value
<chr> <dbl> <dbl> <dbl> <dbl>
1 (Intercept) 25.3 3.08 8.22 0.00000000358
2 speed -0.116 0.0642 -1.81 0.0806
# A tibble: 1 × 12
r.squared adj.r.squared sigma statistic p.value df logLik AIC BIC
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 0.0983 0.0682 5.82 3.27 0.0806 1 -101. 207. 212.
# ℹ 3 more variables: deviance <dbl>, df.residual <int>, nobs <int>