xmp01.05 {Devore6}R Documentation

data from Example 1.5

Description

Percentage of binge drinkers in undergraduates at 140 campuses

Usage

data(xmp01.05)

Format

A data frame with 140 observations on the following variable.

bingePct
a numeric vector of percentage of binge drinkers

Source

Devore, J. L. (2003) Probability and Statistics for Engineering and the Sciences (6th ed), Duxbury

References

Based on data displayed in ``Health and Behavioral Consequences of Binge Drinking in College'', J. of the Amer. Med. Assoc., 1994: 1672-1677.

Examples

data(xmp01.05)
str(xmp01.05)
stem(xmp01.05$bingePct)
stem(xmp01.05$bingePct, scale = 0.5)  # compare to Figure 1.4, p. 12

[Package Devore6 version 0.5-6 Index]