R/advert.R

#' Sales and advertising expenditure
#'
#' Monthly sales and advertising expenditure for an automotive parts company.
#'
#'
#' @format Data frame containing the following columns:
#' \describe{
#'   \item{advert}{Monthly Advertising expenditure}
#'   \item{sales}{Monthly sales volume}
#' }
#' @source Makridakis, Wheelwright and Hyndman (1998) \emph{Forecasting:
#' methods and applications}, John Wiley & Sons: New York. Exercise 6.7.
#' Exercise 8.1.
#' @keywords datasets
#' @examples
#' plot(sales ~ advert, data=advert)
#'
"advert"
robjhyndman/fma documentation built on Nov. 29, 2023, 11:46 p.m.