File: tips.Rd

package info (click to toggle)
r-cran-reshape2 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: cpp: 246; sh: 9; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.r
\docType{data}
\name{tips}
\alias{tips}
\title{Tipping data}
\format{
A data frame with 244 rows and 7 variables
}
\usage{
tips
}
\description{
One waiter recorded information about each tip he received over a
period of a few months working in one restaurant. He collected several
variables:
}
\details{
\itemize{
 \item tip in dollars,
 \item bill in dollars,
 \item sex of the bill payer,
 \item whether there were smokers in the party,
 \item day of the week,
 \item time of day,
 \item size of the party.
}

In all he recorded 244 tips. The data was reported in a collection of
case studies for business statistics (Bryant & Smith 1995).
}
\references{
Bryant, P. G. and Smith, M (1995) \emph{Practical Data
  Analysis: Case Studies in Business Statistics}.  Homewood, IL: Richard D.
  Irwin Publishing:
}
\keyword{datasets}