Problem Set 4
Important
Due Friday, March 27, at 11:59 pm on Canvas
Use the RMarkdown file provided (.Rmd extension) and write your answers and code in the spaces provided. Submit the PDF that is “knitted.”
Files
Purpose
This fourth problem set will help you practice:
- Understanding the components of a linear regression model
- Running a linear regression model in R
- Interpreting the output of the lm() function
Criteria for success
In addition to providing the correct code and/or answer, a successful problem set will:
- Have clear explanations that demonstrate your knowledge of the material
- Use the “comment out” function to explain what the code is doing