In this tutorial, I show how to create and run/preview a Shiny web app that visually depicts the differential prediction (predictive bias) of employee selection tools. I begin by reviewing the features of the default/example Shiny web app script that appears when you open a Shiny web app in RStudio. After that, I review an example of a Shiny web app I created by walking through the features of the user interface and of the server logic. Shiny web apps are great for creating dynamic and interactive data visualizations and dashboards.
If you need a introduction to what Shiny is and what it can do, including how to set up a shinyapps.io account and rsconnect -- as well as how to launch/deploy a Shiny web app, check out this video: https://youtu.be/WRk7foKf9LE
Other videos from my "R Tutorials" playlist can be found here: https://www.youtube.com/playlist?list=PLKkRkURCtPjCJOZHskCoyJCPb8wMDs2CW
The app.R and MMR.csv data file referenced in this R tutorial (and other R tutorials on this playlist) can be downloaded as a compressed (zipped) folder by visiting the following link: https://github.com/davidcaughlin/R-Tutorial-Data-Files.git. Click "Clone or Download" followed by "Download ZIP".