college_data {MSMU} | R Documentation |
College data
Description
This dataset provides detailed information on 777 U.S. colleges and universities from 1995, covering aspects of admissions, academics, finances, and student demographics.
Usage
college_data
Format
A data frame with 777 rows and 16 columns:
- Name
College name (character)
- Region
US region (character)
- Accept
Acceptance (integer)
- Enroll
Enrollment (integer)
- Top10perc
Percent of students that were top 10 in highschool class (integer)
- Top25perc
Percent of students that were top 25 in highschool class (integer)
- F.Undergrad
Full time undergrad (integer)
- P.Undergrad
Part time undergrad (integer)
- Outstate
Number of Out of state students (integer)
- Room.Board
Annual room and board price (integer)
- PhD
Percentage of Faculty with a PhD (integer)
- Terminal
Percentage of Faculty with a terminal degree (integer)
- S.F.Ratio
Student Faculty ratio (numeric)
- perc.alumni
Percent of alumni who donate to the college (integer)
- Expend
Instructional expenditure per student (integer)
- Grad.Rate
Graduation Rate (integer)
Source
This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University. Adapted from the College data set in the ISLR library with alterations made for educational purposes.