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