Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 7.40

Usage

Backtoback

Arguments

Format

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

score

a numeric vector

group

a numeric vector

ranks

a numeric vector

Examples

Run this code
# NOT RUN {
str(Backtoback)
attach(Backtoback)
wilcox.test(score~group)
detach(Backtoback)
# }

Run the code above in your browser using DataLab