powered by
A data frame containing the impact of three advertising medias (youtube, facebook and newspaper) on sales. Data are the advertising budget in thousands of dollars along with the sales. The advertising experiment has been repeated 200 times.
data("marketing")
A data frame with 200 rows and 4 columns.
# NOT RUN { data(marketing) res.lm <- lm(sales ~ youtube*facebook, data = marketing) summary(res.lm) # }
Run the code above in your browser using DataLab