Session Ready
Exercise

Understanding the output of lm

The output of lm is an object that contains all of the information you need about the linear model that was just fit. You can access this information using the summary() function.

Instructions
100 XP

Access the information on the linear model m1 via summary(). Try to make an interpretation of the output.