German {BSDA}R Documentation

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

Description

Data for Exercise 7.60

Usage

German

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

Source

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

Examples

str(German)
attach(German)
qqnorm(differ)
qqline(differ)
shapiro.test(differ)
wilcox.test(Before,After,paired=TRUE)
detach(German)

[Package BSDA version 0.1 Index]