Learn R Programming

BSDA (version 0.1)

Lowabil: Reading skills of 24 matched low ability students

Description

Data for Example 7.18

Usage

Lowabil

Arguments

source

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

Examples

Run this code
str(Lowabil)
attach(Lowabil)
DIF <- Experimt - Control
qqnorm(DIF)
qqline(DIF)
shapiro.test(DIF)
t.test(Experimt,Control,paired=TRUE)
detach(Lowabil)
remove(DIF)

Run the code above in your browser using DataLab