You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# remotes::install_github("uc-cfss/rcfss) # if not already installed, run this code
library(rcfss)
theme_set(theme_minimal())
```
```{r youths}
youth <- gun_deaths %>%
filter(age <= 65)
```
# Gun deaths by age
We have data about `r nrow(gun_deaths)` individuals killed by guns. Only `r nrow(gun_deaths) - nrow(youth)` are older than 65. The distribution of the remainder is shown below: