Learn R Programming

PASWR (version 1.0)

Bac: Blood Alcohol Content

Description

Two volunteers each consumed a twelve ounce beer every fifteen minutes for one hour. One hour after the fourth beer was consumed, each volunteer's blood alcohol was measured with a different breathalyzer from the same company. The numbers recorded in data frame Bac are the sorted blood alcohol content values reported with breathalyzers from company X and company Y. Data are used in Example 9.15.

Usage

Bac

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Bac)
var.test(X, Y, alternative="less")
detach(Bac)

Run the code above in your browser using DataLab