This document contains comparative data on educational inputs and outcomes for Fair Haven and peer districts. In an effort to learn more about education in Fair Haven and how it compares to peer districts, I started building a data set and creating lots of graphs, many of which are reproduced on this page. The focus is on educational inputs and outcomes that live in data sets available to the public. This is to say that there are, of course, a number of inputs and outcomes that are not captured here, and thus this is a very incomplete picture of any educational process. What we can measure or what available measurements we have are not always the measurements that we might want or measurements at the right granularity. But we press on. Inputs include items such as teacher characteristics, student characteristics, and expenditures. Outcomes here are primarily oriented around standardized test scores.
Rather than commenting on every graph on this page, I have compiled a list of “things I have learned” combing through the data.
Expenditures
Compared to peers, Fair Haven had a relatively low total per-pupil expenditure ni 2023-24 (Figure 1). At face value, it is not obvious as to whether this is a positive or negative, something to champion or a concern. Fair Haven spent about $5,000 less per student than Little Silver, and one could easily imagine what an extra $5k could purchase.
Total expenditure includes a number of costs that may not be so tightly associated with educational products, and so I also look at per-pupil expenditures on instruction (Figure 2). Here we see Fair Haven again had a relatively lower per-pupil expenditure, though the delta between Fair Haven and our geographic neighbors was only about $1,000. Related, Fair Haven had nearly the highest percentage of expenditures going to instruction. (Figure 4)
Notably, Fair Haven had the lowest administrative cost per student out of the entire peer set (Figure 3). Related, Fair Haven had among the highest student-admin ratios, or a high number of students per administrator (Figure 6).
Teachers, absences, special education
Looking at teachers, Fair Haven had one of the youngest teacher work forces in terms of years of experience (Figure 7).
Historically, Fair Haven has had challenges with chronic absences, but in the 2023-24 school year, the chronic absence percentage was nearly the same as our geographic neighbors, 4.8%. (Figure 11)
Also historically, or at least anecdotally, Fair Haven has had a relatively large proportion of students classified as “with disabilities”, which broadly includes any students with IEPs (Individualized Education Plans). As seen in (Figure 12), Fair Haven is about in the middle of the peer group with 15.6% of students receiving special education.
Math outcomes
Most districts in the peer group had at least 70% of students meeting or exceeding expectations in Math according to state standardized tests in grades 3-8, with Fair Haven in the middle 3rd of the pack at 78.3% (Figure 13). Rumson and Little Silver had over 86% of students meet or exceed expectations in Math (these are among the highest in the state).
In Math, Fair Haven had a median student growth percentile (SGP) of 55. SGP is a hard-to-interpret measure of academic progress from one year to the next, and 55 is considered typical. Rumson’s SGP was 53 and Little Silver’s was 70. (Figure 15)
When excluding students with disabilities, rates of meeting or exceeding expectations in Math for all districts increased. Fair Haven and geographic peers were all about 85%. (Figure 16).
When restricting to students with disabilities, about 43% Fair Haven students met or exceeded expectations in Math, compared to about 55% in Rumson (Figure 17).
Over time, Fair Haven showed steep improvement in Math from 2014-15 to 2018-19 before dipping and remaining flat after the Covid-19 pandemic. Note that the earliest part of this time series (2014-15) was when the state replaced the NJASK test with the PARCC test. Districts that were ill-prepared for the change generally saw low test scores in the early days. In 2018-19 the NJSLA replaced PARCC (though NJSLA is similar to PARCC). (Figure 18)
ELA outcomes
For ELA (English Language Arts), most districts in the peer group had at least 77% of students meeting or exceeding expectations according to state standardized tests in grades 3-8, with Fair Haven in the middle 3rd of the pack at 81.9% (Figure 19)
When excluding students with disabilities, rates of meeting or exceeding expectations in ELA for all districts increased. Fair Haven had 91% meet or exceeds in ELA. (Figure 22)
When restricting to students with disabilities, about 41% Fair Haven students met or exceeded expectations in ELA, compared to about 65% in Little Silver (Figure 23)
Over time, Fair Haven showed steep improvement in ELA from 2014-15 to 2018-19 before dipping and remaining flat after the Covid-19 pandemic. (Figure 24)
Outcomes and inputs
Relationships between outcomes (like Math and ELA achievement) and inputs (like expenditures per pupil) often show weak positive relationships, which is not unexpected. One reason to examine this relationship between only Fair Haven and similar peers is to compare like with like as best as possible and reduce biases coming from unmeasured or omitted factors (Figure 25 and Figure 37).
One relationship that is particularly strong is between district median family income and Math and ELA achievement (Figure 27 and Figure 39). I find these relationships to be a clear reminder of the socioeconomic diversity present in our State as well as the privilege that many of us share in the Peninsula area.
Another relationshp that stood out to me was between chronic absence and achievement. Figure 35 and Figure 47 show the negative relationship between chronic absence and Math and ELA achievement. Figure 36 and Figure 48 shows it for all districts.
Summary
In 2023-24, Fair Haven spent less per student overall and on instruction compared to peers, but directed a high percentage of its budget to the classroom. It had the lowest administrative costs and a young teaching staff. Chronic absences improved to match neighbors. About 15.6% of students had disabilities, placing Fair Haven in the middle of its peer group.
Academic outcomes in Math (78.3%) and ELA (81.9%) were in the middle range compared to peers. Excluding students with disabilities, these rates improved significantly. However, students with disabilities showed lower achievement in both subjects than some peers. Achievement improved notably from 2014-15 to 2018-19 before leveling off post-pandemic.
Within the peer group, per-pupil spending had a weak link to outcomes, but median family income strongly correlated with achievement across all districts. Higher chronic absence was linked to lower Math and ELA scores.
Despite the richness of these data, they are limited in what they reveal about the educational landscape in Fair Haven. Though I do believe that this is a decent starting point for helping folks to align on a set of facts that can lead to fruitful conversations with practitioners.
Figures
Code - Load libraries
options(width =120)library(tidyverse)library(cluster)library(MASS)library(ggpmisc)library(ggrepel)library(glue)library(DT)library(factoextra)library(gt)library(purrr)set.seed(2024)# Commonly used State ID numbers (staid) and Federal Local Education Authority (LEA) IDs# for FH, Little Silver, Rumson, and Shrewsburyfh_leaid <-"3404950"fh_staid <-"NJ-251440"ls_leaid <-"3408790"ls_staid <-"NJ-252720"rums_leaid <-"3414370"rums_staid <-"NJ-254570"shrews_leaid <-"3414970"shrews_staid <-"NJ-254770"district_name_colors <-c("Fair Haven Boro"="#4169E1","Little Silver Boro"="#1F2868","Rumson Boro"="#8640C4","Shrewsbury Boro"="#004500","Other"="darkgrey")district_stleaid_colors <-c("#4169E1", "#1F2868", "#8640C4", "#004500", "lightgrey")names(district_stleaid_colors) <-c(fh_staid, ls_staid, rums_staid, shrews_staid, "Other")knitr::opts_chunk$set(fig.width =8, fig.height =10,fig.align ="center")sy <-"SY2023-24"
# Chronic absenteeism is defined as being absent for 10% or more of the days enrolled during the school yearcomb2324 %>% dplyr::filter(hc_euclid_ward, TotalEnrollment <1500) %>% dplyr::mutate(district_name =fct_reorder(district_name, Chronic_Abs_Pct)) %>% {ggplot(data=., aes(x=Chronic_Abs_Pct, y=district_name, fill=dist_colors)) +geom_bar(stat="identity", position="dodge") +theme_minimal() +labs(x="Percentage of Chronically Absent Students (absent 10% or more of enrolled days)", y="") +ggtitle("Percentage of Chronically Absent Students", subtitle =paste0(sy, "; Source: NJ Dept of Ed.")) +scale_fill_manual(values=district_name_colors, guide="none") +geom_text(aes(label=scales::percent(Chronic_Abs_Pct, accuracy = .1), x=Chronic_Abs_Pct), size=2.5, hjust=-.1) +scale_x_continuous(labels = scales::label_percent(accuracy =1), expand =expansion(mult =c(0, 0.1))) +theme(panel.grid.major.y =element_blank()) +theme(panel.grid.minor.y =element_blank()) +theme(panel.grid.major.x =element_line(color="grey97")) +theme(panel.grid.minor.x =element_blank()) }
Figure 11: Absences
Special Education
Code - Special Ed
comb2324 %>% dplyr::filter(hc_euclid_ward, TotalEnrollment <1500) %>% dplyr::mutate(district_name =fct_reorder(district_name, `Students with Disabilities`)) %>% {ggplot(data=., aes(x=`Students with Disabilities`, y=district_name, fill=dist_colors)) +geom_bar(stat="identity", position="dodge") +theme_minimal() +labs(x="Percent Students with Disabilities", y="") +ggtitle("Percent Students with Disabilities", subtitle =paste0(sy, "; Source: NJ Dept of Ed.")) +scale_fill_manual(values=district_name_colors, guide="none") +geom_text(aes(label=scales::percent(`Students with Disabilities`, accuracy = .1), x=`Students with Disabilities`), size=2.5, hjust=-.1) +scale_x_continuous(labels = scales::label_percent(accuracy = .1), expand =expansion(mult =c(0, 0.1))) +theme(panel.grid.major.y =element_blank()) +theme(panel.grid.minor.y =element_blank()) +theme(panel.grid.major.x =element_line(color="grey97")) +theme(panel.grid.minor.x =element_blank()) }