Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechalom committed Jul 17, 2015
1 parent 7a4067f commit 48afdff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_github(repo = 'lageIBUSP/Rsampling')
## Web version
You can run Rsampling shiny from github! Just open R and run:
```R
install.packages(c("shiny","shinyBS", "gridExtra"))
install.packages(c("shiny","PerformanceAnalytics"))
library(shiny)
runGitHub(repo="andrechalom/Rsampling-shiny")
```
Expand All @@ -40,3 +40,4 @@ Remember that you need to install the shiny/shinyBS packages while you have inte
* Select your randomization scheme, with or without replacement
* Optional stratified randomization
* Reactive graph showing the distribuion of the statistic of interest and estimated p-value
* Interactive tutorials on resampling statistics

0 comments on commit 48afdff

Please sign in to comment.