Anesthet {BSDA} | R Documentation |
Data used in Exercise 5.58
Anesthet
A data frame with 10 observations on the following variable.
recover
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
attach(Anesthet) str(Anesthet) qqnorm(recover) qqline(recover) t.test(recover,conf.level=0.90)$conf detach(Anesthet)