Learn R Programming

BSDA (version 0.1)

Independent: Illustrates a comparison problem for long-tailed distributions

Description

Data for Exercise 7.41

Usage

Independent

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab