Learn R Programming

fpp3 (version 1.0.1)

insurance: Insurance quotations and advertising expenditure

Description

Monthly quotations and monthly television advertising expenditure for a US insurance company. January 2002 to April 2005

Arguments

Format

Monthly time series of class `tsibble`.

Examples

Run this code

insurance |>
  ggplot(aes(x=TVadverts, y=Quotes)) + geom_point()

Run the code above in your browser using DataLab