Bookstor {BSDA}R Documentation

Prices paid for used books at three different bookstores

Description

Data for Exercise 10.30 and 10.31

Usage

Bookstor

Format

A data frame with 72 observations on the following 6 variables.

StoreA
a numeric vector
StoreB
a numeric vector
StoreC
a numeric vector
Dollars
a numeric vector
Store
a numeric vector
Ranks
a numeric vector

Source

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

Examples

str(Bookstor)
attach(Bookstor)
boxplot(Dollars~Store)
kruskal.test(Dollars~as.factor(Store))
detach(Bookstor)

[Package BSDA version 0.1 Index]