openintro (version 1.7.1)

bac: Beer and blood alcohol content

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

data("bac")

Arguments

Format

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

Student

a numeric vector

Beers

a numeric vector

BAC

a numeric vector

Examples

Run this code
# NOT RUN {
data(bac)
plot(bac$Beers, bac$BAC)
# }

Run the code above in your browser using DataCamp Workspace