Name {BSDA} | R Documentation |
Data for Exercises 2.28, 9.19, and Example 2.8
Name
A data frame with 42 observations on the following 3 variables.
Brand
Band-Aid
Barbie
Birds Eye
Budweiser
Camel
Campbell
Carlsberg
Coca-Cola
Colgate
Del Monte
Fisher-Price
Gordon's
Green Giant
Guinness
Haagen-Dazs
Heineken
Heinz
Hennessy
Hermes
Hershey
Ivory
Jell-o
Johnnie Walker
Kellogg
Kleenex
Kraft
Louis Vuitton
Marlboro
Nescafe
Nestle
Nivea
Oil of Olay
Pampers
Pepsi-Cola
Planters
Quaker
Sara Lee
Schweppes
Smirnoff
Tampax
Winston
Wrigley's
value
revenue
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Name) attach(Name) plot(revenue,value) model <- lm(value~revenue) abline(model) cor(value,revenue) summary(model) detach(Name) remove(model)