Learn R Programming

BSDA (version 0.1)

Habits: Study habits of students in two matched school districts

Description

Data for Exercise 7.57

Usage

Habits

Arguments

source

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

Examples

Run this code
str(Habits)
attach(Habits)
qqnorm(differ)
qqline(differ)
shapiro.test(differ)
t.test(B,A,paired=TRUE,alternative="less")
wilcox.test(B,A,paired=TRUE,alternative="less")
detach(Habits)

Run the code above in your browser using DataLab