You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weight has been decreasing over time in some zones.
lm.fit_complex <- lm(mpg ~ weightyearorigin, data=Auto)
Since the number of parameters is fairly high, we should check the Adjusted R2 is 0.83. All parameters are statistically significant, although some effects are fairly small
summary(lm.fit_complex)