EX2.TIPS: TIPS data for Exercise 6 in Chapter 2

Description Usage Format Details

Description

TIPS data for Exercise 6 in Chapter 2

Usage

1
data("EX2.TIPS")

Format

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

Details

See TIPS for more details. This is the same dataset except that the names of the variables are different.


regclass documentation built on March 26, 2020, 8:02 p.m.

Related to EX2.TIPS in regclass...