Name {BSDA}R Documentation

Estimated value of a brand name product and the conpany's revenue

Description

Data for Exercises 2.28, 9.19, and Example 2.8

Usage

Name

Format

A data frame with 42 observations on the following 3 variables.

Brand
a factor with levels 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
a numeric vector
revenue
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Name)
attach(Name)
plot(revenue,value)
model <- lm(value~revenue)
abline(model)
cor(value,revenue)
summary(model)
detach(Name)
remove(model)

[Package BSDA version 0.1 Index]