Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jake-westfall/two_factor_power

R code for the Shiny app that accompanies the Annual Review paper by Judd, Westfall, & Kenny (2016)
https://github.com/jake-westfall/two_factor_power

Last synced: 23 days ago
JSON representation

R code for the Shiny app that accompanies the Annual Review paper by Judd, Westfall, & Kenny (2016)

Awesome Lists containing this project

README

        

This page hosts the R code underlying the power analysis app distributed with the following paper:

[Judd, C. M., Westfall, J., & Kenny, D. A. (2016). Experiments with more than one random factor: Designs, analytic models, and statistical power. Annual Review of Psychology.](http://jakewestfall.org/publications/JWK_AnnRev.pdf)

A live version of the app can be found [here](http://jakewestfall.org/two_factor_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/).