Correlate with School Support Data
Compare Demographics
Are schools with higher percentages of vulnerable student groups (e.g., LGBTQ+, students with disabilities, etc.) more likely to have higher rates?
- 0.166 indicates a weak positive association between the percentage of students with disabilities and allegation rates.
- 0.126 shows a similar weak association for English learners.
This plot shows a positive linear trend: as the percentage of students with disabilities increases, the allegations per 100 students also tend to increase.
There is an outlier—two schools with very high disability percentages and very high allegation rates (nearly 100%).
Can I normalize within demographic groups to explore equity more deeply?
Based on the above plot, we conclude that students with disabilities may be experiencing higher rates of allegations in schools where they are a larger proportion of the population.
Code Summary
The core logic this week included:
- Cleaning and transforming allegation counts
- Joining with total student enrollment
- Calculating per-100-student rates
- Mapping with
ggplot2
andmap_data("state")
- Building a reusable function for category-specific maps