Anesthet {BSDA}R Documentation

Recovery times for anesthetized patients

Description

Data used in Exercise 5.58

Usage

Anesthet

Format

A data frame with 10 observations on the following variable.

recover
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

attach(Anesthet)
str(Anesthet)
qqnorm(recover)
qqline(recover)
t.test(recover,conf.level=0.90)$conf
detach(Anesthet)

[Package BSDA version 0.1 Index]