Learn R Programming

BSDA (version 1.01)

Skewed: Illustrates the Wilcoxon Rank Sum test

Description

Data for Exercise 7.65

Usage

Skewed

Arguments

Format

A data frame with 21 observations on the following 2 variables.

C1

a numeric vector

C2

a numeric vector

Examples

Run this code
# NOT RUN {
str(Skewed)
attach(Skewed)
boxplot(C1,C2)
wilcox.test(C1,C2)
detach(Skewed)
# }

Run the code above in your browser using DataLab