Awesome
Shiny apps for educational purposes
- <a href="#foa--tell-me-y-" id="toc-foa--tell-me-y-">FOA: ♫ Tell me <em>Y</em> ♪</a>
- <a href="#using-apps-locally" id="toc-using-apps-locally">Using apps locally</a>
- <a href="#shiny-apps" id="toc-shiny-apps">Shiny apps</a>
- <a href="#arma-process" id="toc-arma-process">ARMA Process</a>
- <a href="#bias-variance" id="toc-bias-variance">Bias Variance</a>
- <a href="#decision-tree" id="toc-decision-tree">Decision Tree</a>
- <a href="#kmeans" id="toc-kmeans">Kmeans</a>
- <a href="#kmeans-images" id="toc-kmeans-images">Kmeans Images</a>
- <a href="#logistic-regression" id="toc-logistic-regression">Logistic Regression</a>
- <a href="#matrix-decompositions" id="toc-matrix-decompositions">Matrix Decompositions</a>
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. 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.