Code
# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/mn-schools.csv")
mn
# View data
mn
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:
name
: College/university namegrad
: Six-year graduation rate (as a percentage)sector
: Educational sector (Public; Private)sat
: Estimated median composite SAT score (in hundreds)tuition
: Amount of tuition and required fees covering a full academic year for a typical student (in thousands of U.S. dollars)# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/mn-schools.csv")
mn
# View data
mn