Lethal {BSDA}R Documentation

Survival time of mice injected with an experimental lethal drug

Description

Data for Example 6.12

Usage

Lethal

Format

A data frame with 30 observations on the following variable.

survival
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]