shiny-apps-educational
shiny-apps-educational copied to clipboard
Shiny apps for educational purposes.
Shiny apps for educational purposes
- FOA: ♫ Tell me Y ♪
- Using apps locally
-
Shiny apps
- ARMA Process
- Bias Variance
- Decision Tree
- Kmeans
- Kmeans Images
- Logistic Regression
- Matrix Decompositions
FOA: ♫ Tell me Y ♪
The ideas/purposes behind every shiny app in this repository are:
- Being a complement for a ML, Statistics, Probability, R class. The application mainly shows and exemplifies a result that needs to be explained. By themselves, the apps are just an app.
- Point out other resources and links that are more formal and/or useful.
- TBD.
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. Go
to index.
Bias Variance
Source code here. Go
to index.
Decision Tree
Source code here. Go
to index.
Kmeans
Source code here. Go to
index.
Kmeans Images
Source code here. Go
to index.
Logistic Regression
Source code
here. Go to
index.
Matrix Decompositions
Source code
here. Go to
index.