Lesson 4: Fundamentals of Visual Analytics
Lesson Outline
- Visual Analytics for Knowledge Discovery
- Visual Analytics Approach for Statistical Testing
- Visual Analytics for Building Better Models
- Visualising Uncertainty
- Why Visualising Uncertainty?
- Basic Statistical Concepts Related to Uncertainty
- Univariate Graphical Methods for Visualising Uncertainty
- Error bars
- Confidence strips
- Ridge plot
- Bivariate Graphical Methods for Visualising Uncertainty
- Funnel plot
- Variation and Its Discontents
Lesson Slides and Hands-on Notes
Readings on Visualising Uncertainty
- Why It’s So Hard for Us to Visualize Uncertainty
- Visualizing the Uncertainty in Data
- Uncertainty + Visualization, Explained
Error Plots
Funnel Plots
- Variation and Its Discontents: Funnel Plots for Fair Comparisons
- What are the chances of successful fertility treatment?
- Three-fold variation in UK bowel cancer death rates(?)
- Using funnel plots in public health surveillance
- Graph Makeover: Where same-sex couples live in the US
- Using maps and funnel plots to explore variation in place of death from cancer within London, 2002–2007
All About Tableau
Visualising Uncertainty
All about R
ggstatsplot: An extension of ggplot2 package for creating statistical graphics with details from statistical tests.
ggdist: An R package that provides a flexible set of ggplot2 geoms and stats designed especially for visualising distributions and uncertainty.
performance: An R package provides utilities for computing indices of model quality and goodness of fit including provides many functions to check model assumptions visually.
infer: An R package specially designed to perform statistical inference using an expressive statistical grammar that coheres with the tidyverse design framework. The library also includes functions for visualising the distribution of the simulation-based inferential statistics or the theoretical distribution (or both).