/tsibblestats

Analysis of tidy time series

Primary LanguageR

tsibblestats

Travis build status

tsibblestats provides example datasets for use with the tidyverts family of packages.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidyverts/tsibblestats")

Example

library(tsibblestats)
library(tsibbledata)
#> Loading required package: tsibble
#> 
#> Attaching package: 'tsibble'
#> The following object is masked from 'package:stats':
#> 
#>     filter
elecdemand %>% 
  ACF(Temperature, lag.max=48) %>%
  autoplot