Learn R Programming

BSDA (version 1.01)

Bigten: Graduation rates for student athletes and nonathletes in the Big Ten Conf.

Description

Data for Exercises 1.124 and 2.94

Usage

Bigten

Arguments

Format

A data frame with 11 observations on the following 5 variables.

School

a factor with levels Illinois Indiana Iowa Michigan Michigan State Minnesota Northwestern Ohio State Penn State Purdue Wisconsin

X1984.85students

a numeric vector

X1984.85athletes

a numeric vector

X1993.94students

a numeric vector

X1993.94athletes

a numeric vector

Examples

Run this code
# NOT RUN {
str(Bigten)
attach(Bigten)
boxplot(X1993.94students,X1993.94athletes,names=c("Students","Athletes"),
ylab="1993-1994 Graduation Rates")
plot(X1993.94students,X1993.94athletes,xlab="1993-1994 students",
ylab="1993-1994 athletes")
detach(Bigten)
# }

Run the code above in your browser using DataLab