| TIPS {regclass} | R Documentation |
TIPS dataset
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:
Usage
data("TIPS")
Format
A data frame with 244 observations on the following 8 variables.
TipPercentagea numeric vector, the tip written as a percentage (0-100) of the total bill
Billa numeric vector, the bill amount (dollars)
Tipa numeric vector, the tip amount (dollars)
Gendera factor with levels
FemaleMale, gender of the payer of the billSmokera factor with levels
NoYes, whether the party included smokersWeekdaya factor with levels
FridaySaturdaySundayThursday, day of the weekTimea factor with levels
DayNight, rough time of dayPartySizea numeric vector, number of people in party
Source
This is the Tips dataset in package reshape, modified to include the tip percentage.
[Package regclass version 1.6 Index]