Learn R Programming

BSDA (version 0.1)

Alcohol: Ages at which 14 female alcoholics began drinking

Description

Data used in Exercise 5.79

Usage

Alcohol

Arguments

source

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

Examples

Run this code
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