https://github.com/ijlyttle/pisa2012_explorer
shiny apps to view PISA data (ISU team)
https://github.com/ijlyttle/pisa2012_explorer
Last synced: 22 days ago
JSON representation
shiny apps to view PISA data (ISU team)
- Host: GitHub
- URL: https://github.com/ijlyttle/pisa2012_explorer
- Owner: ijlyttle
- License: other
- Created: 2014-06-23T23:44:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T21:39:45.000Z (about 12 years ago)
- Last Synced: 2026-03-31T16:48:11.596Z (3 months ago)
- Language: R
- Size: 22.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pisa2012_explorer
this is a shiny app used to explore relationships within the PISA 2012 dataset
to get this to run, you will have to add `student2012.rda` and `student2012dict.rda` to the `data` directory. These are found at the contest [website](http://beta.icm.edu.pl/PISAcontest/data/)
here is a list of R packages you will need (all from CRAN):
* `shiny`, `ggplot2`, `stringr`, `rworldmap`, `plyr`, `dplyr`, `magrittr`
to reduce the number of variables, you will have to run (just once) the code in the file `reduce_student.R`
to run the app, from the directory of the app, and type `runApp()` at the R prompt