Learn R Programming

BSDA (version 1.01)

Independent: Illustrates a comparison problem for long-tailed distributions

Description

Data for Exercise 7.41

Usage

Independent

Arguments

Format

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

score

a numeric vector

group

a numeric vector

ranks

a numeric vector

Examples

Run this code
# NOT RUN {
str(Independent)
attach(Independent)
boxplot(score~group)
wilcox.test(score~group)
detach(Independent)
# }

Run the code above in your browser using DataLab