From the summary we can see that:
\(p-value < 9.38e-10\)
\(\beta_0 = 29.600\)
\(\beta_1 = -0.041\)
\(\varepsilon = 0.005\)
The first value to examine is the \(p-value\). It will give an indicator to if a relationship exists between the variables. A relationship exists if we can reject the null hypothesis: there is no relationship between \(x\) and \(y\). If the \(p-value\) is less than \(\alpha = 0.05\) we can reject the null hypothesis and say the relationship is statistically significant. In this case, \(9.38e-10 < 0.05\), meaning that a statistically significant relationship does exist.
Therefore, an equation for the simple linear regression of disp vs. mpg can be made:
\(y = 29.600 - 0.041\cdot x + 0.005\)
Dropping \(\varepsilon\) then gives the equation for the regression line:
\(y = 29.600 - 0.041\cdot x\)
The negative \(\beta_1\) indicates that disp and mpg are inversely related. When plotted, the data will form sloping downward. The \(y\)-intercept is \(29.600\), meaning that when \(x=0\), then \(y=29.00\).