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
- Following the steps in the lecture video, run a simulation to generate 100 confidence intervals by sampling from a “true” population. Compare these intervals to the “true parameter”.
- Describe in words what the 95% Confidence Interval Means