Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Lodge

Measured traffic at three prospective locations for a motor lodge


Description

Data for Exercise 10.33

Usage

Lodge

Format

A data frame/tibble with 45 observations on six variables

traffic

a numeric vector indicating the amount of vehicles that passed a site in 1 hour

site

a numeric vector with values 1, 2, and 3

ranks

ranks for variable traffic

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

boxplot(traffic ~ site, data = Lodge, col = cm.colors(3))
anova(lm(traffic ~ factor(site), data = Lodge))

BSDA

Basic Statistics and Data Analysis

v1.2.0
GPL (>= 2)
Authors
Alan T. Arnholt [aut, cre], Ben Evans [aut]
Initial release
2017-07-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.