Learn R Programming

BSDA (version 0.1)

Lethal: Survival time of mice injected with an experimental lethal drug

Description

Data for Example 6.12

Usage

Lethal

Arguments

source

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

Examples

Run this code
str(Lethal)
attach(Lethal)
sign.test(survival,md=45,alternative="less")
detach(Lethal)

Run the code above in your browser using DataLab