Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jake-westfall/pangea
PANGEA: Power ANalysis for GEneral Anova designs
https://github.com/jake-westfall/pangea
experiments r shiny statistics
Last synced: 22 days ago
JSON representation
PANGEA: Power ANalysis for GEneral Anova designs
- Host: GitHub
- URL: https://github.com/jake-westfall/pangea
- Owner: jake-westfall
- License: mit
- Created: 2016-06-28T19:07:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T00:21:10.000Z (almost 8 years ago)
- Last Synced: 2023-10-19T22:18:21.110Z (about 1 year ago)
- Topics: experiments, r, shiny, statistics
- Language: R
- Homepage:
- Size: 14.6 KB
- Stars: 14
- Watchers: 7
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This page hosts the R code underlying PANGEA. The accompanying working paper can be downloaded here:
[Westfall, J. (2016). PANGEA: Power ANalysis for GEneral Anova designs.](http://jakewestfall.org/publications/pangea.pdf)
A live version of PANGEA can be found [here](http://jakewestfall.org/pangea/).
This code relies on the [Shiny](http://shiny.rstudio.com/) library. To run the app locally, you will need to download the R script files, install the Shiny library, and point Shiny to the R scripts. A nice tutorial can be found [here](http://shiny.rstudio.com/tutorial/lesson1/).
More docs to follow!