Alcohol {BSDA}R Documentation

Ages at which 14 female alcoholics began drinking

Description

Data used in Exercise 5.79

Usage

Alcohol

Format

A data frame with 14 observations on the following variable.

age
a numeric vector

Source

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

Examples

attach(Alcohol)
qqnorm(age)
qqline(age)
sign.test(age,md=20,conf.level=0.99)
detach(Alcohol)

[Package BSDA version 0.1 Index]