Learn R Programming

BSDA (version 0.1)

Backtoback: Illustrates inferences based on pooled t-test versus Wilcoxon rank sum test

Description

Data for Exercise 7.40

Usage

Backtoback

Arguments

source

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

Examples

Run this code
str(Backtoback)
attach(Backtoback)
wilcox.test(score~group)
detach(Backtoback)

Run the code above in your browser using DataLab