---
title: "Untitled"
output: html_document
---
mtcars
data frame predicting miles per gallon (mpg
) from (wt
)tidy()
function demonstrated. How do you interpret these?mpg
from wt
using the mtcars
data) - calculate the p-value for the coefficient for weight? Interpret this value. What is the null hypothesis? What is the alternative hypothesis? Do you reject the null?mtcars
data predicting miles per gallon from weight), pull out the F-statistic and \(R^2\) using the glance()
function. Interpret these values.Below is some code to get you started: