ARMA models

  1. Download ui.R and server.R.
  2. Place the two scripts in a directory called ARMA_demo.
  3. Open RStudio and set the working directory to the location of ARMA_demo.
  4. Install the R package shiny: install.packages(shiny)
  5. In the console, run library(shiny) and then runApp('ARMA_demo').