Learn R Programming

BSDA (version 1.01)

Graduate: Graduation rates for student athletes in the Southeastern Conf.

Description

Data for Exercise 1.118

Usage

Graduate

Arguments

Format

A data frame with 12 observations on the following 3 variables.

School

a factor with levels Alabama Arkansas Auburn Florida Georgia Kentucky Louisiana St Mississippi Mississippi St South Carolina Tennessee Vanderbilt

Code

a factor with levels Al Ar Au Fl Ge Ke LSt Mi MSt SC Te Va

Percent

a numeric vector

Examples

Run this code
# NOT RUN {
str(Graduate)
attach(Graduate)
names(Percent) <- School
barplot(Percent,las=2,cex.names=.65,col="tomato")
detach(Graduate)
# }

Run the code above in your browser using DataLab