Skewed {BSDA}R Documentation

Illustrates the Wilcoxon Rank Sum test

Description

Data for Exercise 7.65

Usage

Skewed

Format

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

C1
a numeric vector
C2
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]