Independent {BSDA}R Documentation

Illustrates a comparison problem for long-tailed distributions

Description

Data for Exercise 7.41

Usage

Independent

Format

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

score
a numeric vector
group
a numeric vector
ranks
a numeric vector

Source

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

Examples

str(Independent)
attach(Independent)
boxplot(score~group)
wilcox.test(score~group)
detach(Independent)

[Package BSDA version 0.1 Index]