Application Exercise
- 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
1 |
3 |
2 |
3 |
3 |
6 |
5 |
1 |
8 |
6 |
7 |
9 |
1 |
1 |
2 |
- Fit a model predicting
y
from X
- Calculate the confidence intervals “by hand”
- Check with the
confint
function
- Interpret these intervals
- Calculate the joint confidence interval for \(\beta_1\) and \(\beta_2\)