Session Ready
Exercise

Abalone age predictors

To wrap up this course, in these last two exercises you will use many of the skills you've learned. You will run two regression models comparing the model fits of abalone age by either shucked weight or shell weight.

The dplyr package and abaloneKeep dataset are loaded for you.

Instructions 1/4
undefined XP
  • 1
  • 2
  • 3
  • 4

Run two simple linear regression models using lm(). Save the results for age by shucked weight as lmshucked and age by shell weight as lmshell.