| College | R Documentation |
U.S. News and World Report's College Data
Description
Statistics for a large number of US Colleges from the 1995 issue of US News and World Report.
Usage
College
Format
A data frame with 777 observations on the following 18 variables.
PrivateA factor with levels
NoandYesindicating private or public universityAppsNumber of applications received
AcceptNumber of applications accepted
EnrollNumber of new students enrolled
Top10percPct. new students from top 10% of H.S. class
Top25percPct. new students from top 25% of H.S. class
F.UndergradNumber of fulltime undergraduates
P.UndergradNumber of parttime undergraduates
OutstateOut-of-state tuition
Room.BoardRoom and board costs
BooksEstimated book costs
PersonalEstimated personal spending
PhDPct. of faculty with Ph.D.'s
TerminalPct. of faculty with terminal degree
S.F.RatioStudent/faculty ratio
perc.alumniPct. alumni who donate
ExpendInstructional expenditure per student
Grad.RateGraduation rate
Source
This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University. The dataset was used in the ASA Statistical Graphics Section's 1995 Data Analysis Exposition.
References
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2013) An Introduction to Statistical Learning with applications in R, https://www.statlearning.com, Springer-Verlag, New York
Examples
summary(College)
lm(Apps~Private+Accept,data=College)