Learn R Programming

BSDA (version 1.01)

Music: Improvement scores for identical twins taught music recognition by two techniques

Description

Data for Exercise 7.59

Usage

Music

Arguments

Format

A data frame with 12 observations on the following 3 variables.

Method1

a numeric vector

Method2

a numeric vector

differ

a numeric vector

Examples

Run this code
# NOT RUN {
str(Music)
attach(Music)
qqnorm(differ)
qqline(differ)
shapiro.test(differ)
t.test(Method1,Method2,paired=TRUE)
detach(Music)
# }

Run the code above in your browser using DataLab