Description Usage Format Source
One waiter recorded information about each tip he received over a period of a few months working in one restaurant. He collected several variables:
| 1 | data("TIPS")
 | 
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 Female Male, gender of the payer of the bill
Smokera factor with levels No Yes, whether the party included smokers
Weekdaya factor with levels Friday Saturday Sunday Thursday, day of the week
Timea factor with levels Day Night, rough time of day
PartySizea numeric vector, number of people in party
This is the Tips dataset in package reshape, modified to include the tip percentage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.