p2.18 | R Documentation |
The p2.18
data frame has 21 observations on the
advertising expenses (in millions of US dollars) and retain
impressions (in millions per week)
for various companies.
data(p2.18)
This data frame contains the following columns:
character vector
numeric vector
numeric vector
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
data(p2.18)
attach(p2.18)
plot(Returned.Impressions ~ Amount.Spent, pch=16)
detach(p2.18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.