edfinr is a Bellwether R package for downloading and analyzing education finance data. It includes cleaned data from the U.S. Census Bureau’s Annual Survey of School System Finances along with data from other surveys administered by the National Center for Education Statistics (NCES) and U.S Census Bureau.
You can install edfinr from CRAN with:
install.packages("edfinr")You can install the development version of edfinr from GitHub with:
pak::pkg_install("bellwetherorg/edfinr") To learn more about how to use edfinr to analyze school system revenues and expenditures, please refer to the following articles:
- Get started: basic usage
- CPI adjustments
- Capital and facilities
- CWIFT
- COVID relief spending
- Community and economic context
- Mapping school finance data
- Data quality and comparability
- Data sources and methodology
Data Notes and Cautions
Users should note the following when working with the edfinr datasets:
- Some variables were originally coded with
-1to indicate missing values; these have been replaced withNAduring processing. AnNAmeans an item was not reported, not that it is zero. - The number of California districts jumps from 2019 onward because a wave of charter schools became separate local education agencies (LEAs); see the data quality and comparability article for the full explanation and its implications for longitudinal analysis.
- The joined dataset represents a synthesis of data from multiple sources; discrepancies in source data formats may lead to minor variations.
- Inflation and adjustment factors (e.g., CPI adjustments) are based on averages and may not perfectly reflect local cost variations.
- Caution is advised when comparing data across fiscal years due to potential differences in data collection and processing methods.
Authors
- Alex Spurrier (alex.spurrier@bellwether.org) - lead developer and package maintainer
- Krista Kaput - core development and feature implementation
- Michael Chrzan - data processing functions and testing
