Learn R Programming

BSDA (version 0.1)

Anesthet: Recovery times for anesthetized patients

Description

Data used in Exercise 5.58

Usage

Anesthet

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab