An open API service indexing awesome lists of open source software.

https://github.com/ekstroem/shinypower

Shiny app to illustrate power computation for two-sample comparison
https://github.com/ekstroem/shinypower

Last synced: 9 months ago
JSON representation

Shiny app to illustrate power computation for two-sample comparison

Awesome Lists containing this project

README

          

# ShinyPower

Explanation of power and sample size computations

To run directly from R use

```{r}
library(shiny)
runGitHub('ShinyPower', 'ekstroem')
```