Learn R Programming

BSDA (version 1.01)

Rat: Survival times of 20 rats exposed to high levels of radiation

Description

Data for Exercise 1.52, 1.76, 5.62, and 6.44

Usage

Rat

Arguments

Format

A data frame with 20 observations on the following variable.

survival.time

a numeric vector

Examples

Run this code
# NOT RUN {
str(Rat)
attach(Rat)
hist(survival.time)
qqnorm(survival.time,col="blue")
qqline(survival.time,col="red")
t.test(survival.time)$conf
t.test(survival.time,mu=100,alternative="greater")
detach(Rat)
# }

Run the code above in your browser using DataLab