ShinyServer
A served-oriented repository of Shiny apps and Rmd documents for teaching purposes, mainly focused on regression analysis. The apps run on a Shiny server at myshiny.duckdns.org.
List of contents
Shiny apps
- Simple linear regression
- Multiple linear regression
- Logistic regression
- Nonparametric density estimation
- Nonparametric regression estimation
- Other
Rmd documents
Required packages
To run the applications in this repository, install the following R packages:
install.packages(c("shiny", "pls", "mvtnorm", "viridis", "nor1mix", "rgl",
"plot3Drgl", "plot3D", "plotly", "ks"))License
All the material in this repository is licensed under CC BY-NC-ND 4.0.