Learn R Programming

BSDA (version 1.01)

Anesthet: Recovery times for anesthetized patients

Description

Data used in Exercise 5.58

Usage

Anesthet

Arguments

Format

A data frame with 10 observations on the following variable.

recover

a numeric vector

Examples

Run this code
# NOT RUN {
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