colleges | R Documentation |
This dataset is from the Integrated Postsecondary Education Data System (IPEDS), a system of interrelated surveys conducted annually by the National Center for Education Statistics. These surveys have been conducted since 1992 and primarily aims to calculate the contribution of postsecondary education to the gross national product.
colleges
A tibble with 950 observations and 13 variables:
character variable for name of college
factor variable for the region corresponding to college's location ("Northeast", "South", "East", "Midwest")
character variable for the 2-letter abbreviation of state which college is located in
character variable for the county which a college is located in
integer variable for the zip code of the college
logical variable for whether or not a school is public
integer variable representing the level of prestige & selectivity a college holds (1-6)
logical varibale representing whether or not the college is a historically black college/university
integer variable for total undergraduate enrollment (full time + part time) in fall 2013
double variable for the average annual cost of attendance (Tuition + Fees) in 2013 in tens of thousands of dollars
double variable for the graduation rate in 2013
integer variable for average SAT scores (scaled to 1600) in 2013, defined as the mean of the 25th and 75th percentile of math+verbal SAT scores.
ordered factor variable for the overall selectiveness of the college according to Barrons. Has levels "Elite", "Highly Selective", "Moderately Selective", "Lowly Selective", "Non-selective"
#' The data for the tibble comes from 2013, so the many of the variables could be very very different due to inflation or changes in the educational system. Data comes from IPEDS, but was downloaded from Opportunity Insights
Tanay Janmanchi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.