Application Exercise
You may use any notes, lectures, or your textbook. Do not work with anyone else on this assessment.
- Open Rstudio Server Pro
- Create a new project
- Click File > New File > R Markdown
- Delete everything except for
---
title: "Untitled"
output: html_document
---
- Give your work a sensible title
- When you’ve finished, upload the .html file to Canvas
- Fit a robust regression model to the
gala data from the faraway package, predicting Species using Area, Elevation, Nearest, Scruz, and Adjacent.
- Which observations result in weights less than one?
- What does this mean for these observations?