Bigten {BSDA}R Documentation

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

Description

Data for Exercises 1.124 and 2.94

Usage

Bigten

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

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

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)

[Package BSDA version 0.1 Index]