/RtsaPkg

RtsaPkg contains useful R functions for the analysis of time series based data.

Primary LanguageRMIT LicenseMIT

RtsaPkg

This R computer language package contains a number of time series analysis (tsa) routines that assist with time series analysis/modelling as well as basic data wrangling and graphic. Demonstrations are provided in showing how the functions can assist in tsa. The repository R_Times_Series_Analysis_Books contains a wide assortment of tsa applications using the RtsaPkg package.

To install RtsaPkg enter the following command lines from an R console:

install.packages("devtools")
devtools::install_github("deandevl/RtsaPkg")

In your R application file include the package:

library(RtsaPkg)