annualSales | R Documentation |
Data.frame
data(annualSales)
The data frame has 12 rows and 3 variables:
Annual gross sales in $1000 of dollars.
Annual cost of advertising in $1000 of dollars.
Quality of their store\'s typical product: 0=very poor quality to 25 = exceptional quality.
You are hired as a statistical consultant. Twelve stores in the Fort Collins, CO area have asked you to develop a prediction model for their annual gross sales (sales; measured in $1000 of dollars). They would like to know if it is possible to predict the amount of their sales by knowing how much they spend annually on advertising (advert; measured in $1000 of dollars) and the quality of their store’s typical product (quality; measure on a scale from 0 = very poor quality to 25 = exceptional quality).
fictitious data set
data("annualSales", package='syllogi')
str(annualSales)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.