22  mn-schools.csv

The data in mnSchools.csv were collected from http://www.collegeresults.org and contain 2011 institutional data for \(n=33\) Minnesota colleges and universities. The attributes include:


22.0.1 Preview

Code
# Import Data
mn = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/mn-schools.csv")

# View data
mn