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

webvisit

Web site visits over a 3-week period


Description

Web site visits over a 3-week period

Format

A data frame with 21 observations on the following variable.

visits

a numeric vector

References

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

Examples

str(webvisit)
densityplot(~ visits, webvisit,
            xlab = "Web site visits in a 3-week period")
qqmath(~ visits, webvisit, aspect = 1, type = c("g","p"),
       ylab = "Web site visits in a 3-week period",
       xlab = "Standard normal quantiles")
with(webvisit, summary(visits))

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.