Learn R Programming

BSDA (version 1.01)

German: Number of errors in copying a German passage before and after an experimental course in German

Description

Data for Exercise 7.60

Usage

German

Arguments

Format

A data frame with 10 observations on the following 4 variables.

Before

a numeric vector

After

a numeric vector

differ

a numeric vector

sgnrnks

a numeric vector

Examples

Run this code
# NOT RUN {
str(German)
attach(German)
qqnorm(differ)
qqline(differ)
shapiro.test(differ)
wilcox.test(Before,After,paired=TRUE)
detach(German)
# }

Run the code above in your browser using DataLab