
Last chance! 50% off unlimited learning
Sale ends in
Data for Exercise 1.52, 1.76, 5.62, and 6.44
Rat
A data frame with 20 observations on the following variable.
survival.time
a numeric vector
# 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