| Graduate {BSDA} | R Documentation |
Graduation rates for student athletes in the Southeastern Conf.
Description
Data for Exercise 1.118
Usage
Graduate
Format
A data frame/tibble with 12 observations on three variables
- school
a character variable with values
Alabama,Arkansas,Auburn,Florida,Georgia,Kentucky,Louisiana St,Mississippi,Mississippi St,South Carolina,Tennessee, andVanderbilt- code
a character variable with values
Al,Ar,AuFl,Ge,Ke,LSt,Mi,MSt,SC,Te, andVa- percent
graduation rate
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
barplot(Graduate$percent, names.arg = Graduate$school,
las = 2, cex.names = 0.7, col = "tomato")
[Package BSDA version 1.2.2 Index]