Evidence-Based Data Visualization

Audrey Michal

February 21st, 2020

poster for Evidence-Based Data Visualization

 
 

PDHP kicked off our 2020 workshop series on Feb. 21st, with a workshop entitled Evidence-Based Data Visualization, presented by Dr. Audrey Michal of the Michigan Department of Psychology.  This half-day workshop provided a general introduction to data visualization techniques, while introducing a unique evidence-based approach to data viz design (based on Dr. Michal’s research on visual routines in graph comprehension and interpretation), and different data visualization strategies for data exploration versus data explanation.  Attendees received hands-on practice creating different types of data visualizations with R software, using GGPlot2 and other state-of-the-art R packages. As always, this workshop was free and open to the public.

 

Topics include:

  • Introduction to data visualization and principles of data viz design
  • Evidence-based practices for data viz (from Dr. Michal’s research on graph interpretation)
  • Data viz strategies for data exploration vs. explanation
  • Hands-on practice creating different types of data visualizations using R’s GGPlot2 package.

Slides & Lab Materials:

Slides are available for download here

Sample dataset used in the workshop is here

GGplot2 cheat sheet.

Software:

Demos for this workshop are conducted using R and rely upon the user installing five specific R packages.

R software (required)

R Studio (strongly recommended)

–R packages ggplot2gganimategifskiggmap, and lubridate,  (all required; install code below)
 
## install packages
install.packages(c("ggplot2","gganimate", "gifski","ggmap","lubridate"))
 

Previous . Next