The package implements some useful functions in time series analysis, mainly for evaluation of time series models. Examples include rolling origin evaluation and bootstrap methods for time series.
You can install the package with
library(remotes)
remotes::install_github("rwigren/TSAutils")
or with
library(devtools)
devtools::install_github("rwigren/TSAutils")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.