webtraff: Web site traffic during a marketing campaign

Description Format References Examples

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

1
2
3
4
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 documentation built on May 2, 2019, 5:53 p.m.

Related to webtraff in EngrExpt...