This vignette provides detailed information about the data sources
and processing methods used to prepare the data used by the
edfinr
package. Understanding these details will help you
interpret the data appropriately and inform analytical decisions.
Full data processing methods and scripts are available on GitHub via bellwetherorg/edfinr_data_cleaning.
This package provides access to education finance data from:
educationdata
package.tidycensus
package.edbuildr
,
which is detailed on a methodology
page and in their workshop
documentation.Data source: NCES Common Core of Data text files of F-33 data from 2011-12 through 2021-22.
Raw variables selected:
Adjustments:
-1
and -2
codes with
NA
values.Data source: NCES CCD Directory data obtained via the educationdata package.
Raw variables selected:
Adjustments:
Data source: Census Bureau SAIPE Estimates.
Raw variables selected:
Adjustments:
Data source: American Community Survey 5-Year Estimates accessed via
the tidycensus
package.
Raw variables selected:
Adjustments:
ncesid
and ensure proper
formatting of district identifiers.Data source: U.S. Bureau of Labor Statistics, specifically the Consumer Price Index for All Urban Consumers (CPI-U).
Raw variables selected:
Adjustments:
07_edfinr_join_and_exclude.R
script.Additional transformations are applied after the join: - Capital expenditures and debt service (C11) are subtrated from state revenues. - Property sales (U11) are subtracted from local revenues. - For Texas local education agencies (LEAs) in school year 2012-13 and earlier, payments to state governments (L12) are subtracted from local revenues. - Payments to other school systems (V91, V92, and Q11) are proportionally subracted from local, state, and federal revenues.
Users should note the following when working with the
edfinr
datasets:
-1
to
indicate missing values; these have been replaced with NA
during processing.