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
- Host: GitHub
- URL: https://github.com/ekstroem/shinypower
- Owner: ekstroem
- Created: 2015-11-11T23:32:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T01:34:36.000Z (over 10 years ago)
- Last Synced: 2025-01-30T14:37:50.446Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```