bac: Beer and blood alcohol content

Description Usage Format Source Examples

Description

Here we examine data from sixteen student volunteers at Ohio State University who each drank a randomly assigned number of cans of beer.

Usage

1
data("bac")

Format

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

Student

a numeric vector

Beers

a numeric vector

BAC

a numeric vector

Source

J. Malkevitch and L.M. Lesser. For All Practical Purposes: Mathematical Literacy in Today's World. WH Freeman & Co, 2008.

Examples

1
2
data(bac)
plot(bac$Beers, bac$BAC)

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.