Contents

  • "supplement.pdf": supplemental materials providing additional details on our survey procedure, model fitting, and background information on Coursera.
  • "generate_plots" folder: code for generating the plots shown to users.
  • "pvalue_plot_image_library folder": full library of plots shown to users.
  • "analysis" folder" code for our analysis.
  • "shiny_app" folder: code for our shiny app.

To run the shiny app, enter the following code into the R console

library(shiny)
runGitHub(repo='visual_pvalue', username='aaronjfisher', subdir='shiny_app')