R/BSDA-package.R
Anesthet.Rd
Data used in Exercise 5.58
Anesthet
A with 10 observations on one variable
recovery time (in hours)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
qqnorm(Anesthet$recover) qqline(Anesthet$recover) with(data = Anesthet, t.test(recover, conf.level = 0.90)$conf ) #> [1] 2.831955 3.148045 #> attr(,"conf.level") #> [1] 0.9