R/college.R

#' College Rating Data
#'
#'
#' @format 260 obs. of  11 variables:
#' \describe{
#' \item{School}{Name of Institution.}
#' \item{Enrollment}{Enrollment of Institution.}
#' \item{Tier}{Ranking in tiers 1, 2, 3, 4.}
#' \item{Retention}{Pct. of freshmen who return the following year}
#' \item{Grad.rate}{Pct. of freshmen who graduate in six years}
#' \item{Pct.20}{Pct. of classes with 20 or fewer students}
#' \item{Pct.50}{Pct. of classes with 50 or fewer students}
#' \item{Full.time}{Pct. of faculty hired full-time}
#' \item{Top.10}{Pct. of incoming students who were in top 10% of high school class}
#' \item{Accept.rate}{Acceptance rate of students who apply}
#' \item{Alumni.giving}{Pct. of alumni who contribute financially}
#' }
#' @note{There are missing values.}
#' @source US News and World Report "America's Best Colleges" 2009 report, National Universities.
"college"

Try the RbyExample package in your browser

Any scripts or data that you put into this service are public.

RbyExample documentation built on May 29, 2024, 5:50 a.m.