Project 3 – ER Visits Overview
Positron Installation
Lab Review Worksheet (15 minutes)
Overview of Project 3
Work through select parts of Project 3
Group work and time for questions
Visit https://positron.posit.co/download.html and download the installer for your OS.
Keep all default settings during installation.
15:00
Group work to review essential material. To get started, Visit the following GitHub repository and read the README.md file.
Dataset: Collected by 25 Pediatric Emergency Care Applied Research Network (PECARN) emergency rooms on patients with minor head trauma.
Goal: Practive Exploratory Data Analysis, a key step in most data science project.
Client: Dr. Bayes, a pediatric emergency physician and researcher with PECARN.
We will work through three major steps:
Why clean data?
Key dplyr functions:
slice(), select(), arrange()mutate(), filter(), summarise(), group_by()Purpose: uncover insights and understand the data before modeling
Tools:
ggplot2 for visualization.dplyr for summary tables and quick data manipulation.tidyr for reshaping.readr for reading data.tidyverse 🔥😮💨🙏💯ggplot2Remember your audience:
Dr. Bayes is a clinician, not a statistician.
Use clear visuals and plain language.
Focus on actionable insights:
Which patients are at highest risk?
When might a CT be unnecessary?
25:00
Get started on the project and feel free to ask questions.
