From 48afdffbef516fc8605cae6571eac2c5efb2a6f9 Mon Sep 17 00:00:00 2001 From: Andre Chalom Date: Fri, 17 Jul 2015 19:56:06 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b8a55..73fa0b9 100644 --- a/README.md +++ b/README.md @@ -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") ``` @@ -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