Learn R Programming

BSDA (version 0.1)

Skewed: Illustrates the Wilcoxon Rank Sum test

Description

Data for Exercise 7.65

Usage

Skewed

Arguments

source

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

Examples

Run this code
str(Skewed)
attach(Skewed)
boxplot(C1,C2)
wilcox.test(C1,C2)
detach(Skewed)

Run the code above in your browser using DataLab