Learn R Programming

BSDA (version 1.01)

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

Description

Data for Example 6.12

Usage

Lethal

Arguments

Format

A data frame with 30 observations on the following variable.

survival

a numeric vector

Examples

Run this code
# NOT RUN {
str(Lethal)
attach(Lethal)
SIGN.test(survival,md=45,alternative="less")
detach(Lethal)
# }

Run the code above in your browser using DataLab