Lodge {BSDA}R Documentation

Measured traffic at three prospective locations for a motor lodge

Description

Data for Exercise 10.33

Usage

Lodge

Format

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

SiteA
a numeric vector
SiteB
a numeric vector
SiteC
a numeric vector
Traffic
a numeric vector
Site
a numeric vector
Ranks
a numeric vector

Source

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

Examples

str(Lodge)
attach(Lodge)
boxplot(Traffic~Site)
anova(lm(Traffic~as.factor(Site)))
detach(Lodge)

[Package BSDA version 0.1 Index]