Anesthet | R Documentation |
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.