Learn R Programming

BSDA (version 0.1)

Asthmati: Asthmatic relief index on 9 subjects given a drug and a placebo

Description

Data for Exercise 7.52

Usage

Asthmati

Arguments

source

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

Examples

Run this code
str(Asthmati)
attach(Asthmati)
qqnorm(differ)
qqline(differ)
shapiro.test(differ)
t.test(Placebo,Drug,paired=TRUE,mu=0,alternative="greater")
detach(Asthmati)

Run the code above in your browser using DataLab