Shiny apps can be run from within RStudio by opening the raw R markdown.
Before being able to run apps from within RStudio, make sure to
install the shiny
R package:
install.packages("shiny")
Once opened, a Run document should be visible. Click on that, and the app will run through RStudio’s built-in local web server.
The html link leads to a web page that shows the R code used in the app.
App name | html | raw |
---|---|---|
Distributions | html | raw |
MLE | html | raw |
Bayesian, Beta prior | html | raw |
Bayesian, Normal prior | html | raw |
Bayesian, bimodal prior | html | raw |
Data cloning | html | raw |