powered by
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.
p2.18
data(p2.18)
This data frame contains the following columns:
character vector
numeric vector
data(p2.18) attach(p2.18) plot(Returned.Impressions ~ Amount.Spent, pch=16) detach(p2.18)
Run the code above in your browser using DataLab