Here you can find my collection of Shiny apps for R. To use these apps, you need to have both R and RStudio. You also need to have the shiny library in RStudio (type install.packages("shiny") and then load it thorugh library(shiny)).
To run a particular Shiny app, type runGitHub("andyphilips/Shiny", subdir = "<shiny-App>") into the R console. For instance, to run the Autoregressive Shiny app, type runGitHub("andyphilips/Shiny", subdir = "AR-Simulation"). The interactive app will pop up in your browser. The list of apps is here:
| Name | Purpose |
|---|---|
| AR-Simulation | To simulate autoregressive (AR1) processes. |
| Unit-Root-Simulation | To simulate unit-roots. |
| Spurious-Regression | To examine the spurious regression problem of unit-roots. |
| CLT-Simulator | To simulate the main idea of the Central Limit Theorem. |