Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jake-westfall/ivy_app
R code for the Shiny app that accompanies Westfall & Yarkoni (2016)
https://github.com/jake-westfall/ivy_app
Last synced: about 1 month ago
JSON representation
R code for the Shiny app that accompanies Westfall & Yarkoni (2016)
- Host: GitHub
- URL: https://github.com/jake-westfall/ivy_app
- Owner: jake-westfall
- License: mit
- Created: 2016-06-28T18:51:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T21:03:12.000Z (over 7 years ago)
- Last Synced: 2024-10-16T02:13:49.963Z (3 months ago)
- Language: R
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This page hosts the R code underlying the "Ivy" app distributed with the following paper:
[Westfall, J., & Yarkoni, T. (2016). Statistically controlling for confounding constructs is harder than you think. PloS one, 11(3), e0152719.](http://dx.doi.org/10.1371/journal.pone.0152719)
A live version of the app can be found [here](http://jakewestfall.org/ivy/).
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/).