TIPS data for Exercise 6 in Chapter 2
data("EX2.TIPS")
A data frame with 244 observations on the following 8 variables.
Tip.Percentage
a numeric vector
Bill_in_USD
a numeric vector
Tip_in_USD
a numeric vector
Gender
a factor with levels Female
Male
Smoker
a factor with levels No
Yes
Weekday
a factor with levels Friday
Saturday
Sunday
Thursday
Day_Night
a factor with levels Day
Night
Size_of_Party
a numeric vector
See TIPS
for more details. This is the same dataset except that the names of the variables are different.