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

webtraff

Web site traffic during a marketing campaign


Description

Web site traffic during a marketing campaign

Format

A data frame with 10 observations on the following 2 variables.

weeks

weeks into the marketing campaign - an ordered factor with levels 1 to 5

traffic

web site traffic (1000's of hits per day)

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

str(webtraff)
dotplot(weeks ~ traffic, webtraff, type = c("p","a"),
        xlab = "Web traffic (1000's of hits per day)",
        ylab = "Weeks into the marketing campaign")

EngrExpt

Data sets from "Introductory Statistics for Engineering Experimentation"

v0.1-8
GPL (>= 2)
Authors
R port by Douglas Bates <bates@stat.wisc.edu> and Karen A.F. Copeland <karen@boulderstats.com>
Initial release
2009-08-21

We don't support your browser anymore

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