public.csv

The U.S. Department of Education (DOE) collects and publishes data on institutions of higher education in their College Scorecard. The data provided in the College Scorecard facilitate transparency and provide information for interested stakeholders (e.g., parents, students, educators).

The data in public.csv are the \(N=71\) public institutions from the original 230 randomly sampled institutions drawn from the 2020–21 data (see here).


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
public_colleges = read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/public.csv")

# View data
public_colleges

References

U.S. Department of Education. (2023). College Scorecard data.