shiny-apps-educational

Shiny apps for educational purposes.

View the Project on GitHub jbkunst/shiny-apps-educational

Shiny apps for educational purposes

FOA: ♫ Tell me Y

The ideas/purposes behind every shiny app in this repository are:

Using apps locally

There is a script run_app.R which contanins a helper function to download the repo in a temporal folder and then you can run the apps

To load that function:

source("https://raw.githubusercontent.com/jbkunst/shiny-apps-edu/master/run_app.R")

Then you can use it giving the folder name, for example:

run_app("kmeans")

Shiny apps

ARMA Process

Source code here. See the live version in shinyapps.io. Go to index.

Bias Variance

Source code here. See the live version in shinyapps.io. Go to index.

Decision Tree

Source code here. See the live version in shinyapps.io. Go to index.

Kmeans

Source code here. See the live version in shinyapps.io. Go to index.

Kmeans Images

Source code here. See the live version in shinyapps.io. Go to index.

Logistic Regression

Source code here. See the live version in shinyapps.io. Go to index.

Matrix Decompositions

Source code here. See the live version in shinyapps.io. Go to index.