Learn R Programming

BSDA (version 1.01)

Alcohol: Ages at which 14 female alcoholics began drinking

Description

Data used in Exercise 5.79

Usage

Alcohol

Arguments

Format

A data frame with 14 observations on the following variable.

age

a numeric vector

Examples

Run this code
# NOT RUN {
attach(Alcohol)
qqnorm(age)
qqline(age)
SIGN.test(age,md=20,conf.level=0.99)
detach(Alcohol)
# }

Run the code above in your browser using DataLab