Learn R Programming

BSDA (version 1.2.2)

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/tibble with 24 observations on two variables

score

a numeric vector

group

a numeric vector

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

wilcox.test(score ~ group, data = Backtoback)
t.test(score ~ group, data = Backtoback)

Run the code above in your browser using DataLab