Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jake-westfall/crossedpower
R code for the Shiny app that accompanies Westfall, Kenny, & Judd (2014)
https://github.com/jake-westfall/crossedpower
Last synced: 23 days ago
JSON representation
R code for the Shiny app that accompanies Westfall, Kenny, & Judd (2014)
- Host: GitHub
- URL: https://github.com/jake-westfall/crossedpower
- Owner: jake-westfall
- License: mit
- Created: 2016-06-28T18:10:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T18:29:10.000Z (almost 8 years ago)
- Last Synced: 2024-10-16T02:13:50.144Z (2 months ago)
- Language: R
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This page hosts the R code underlying the power analysis app distributed with the following paper:
[Westfall, J., Kenny, D. A., & Judd, C. M. (2014). Statistical power and optimal design in experiments in which samples of participants respond to samples of stimuli. Journal of Experimental Psychology: General, 143(5), 2020.](http://jakewestfall.org/publications/crossed_power_JEPG.pdf)
A live version of the app can be found [here](http://jakewestfall.org/power/).
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/).