Lesson 4: Fundamentals of Visual Analytics

Published

April 12, 2025

Modified

May 4, 2025

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

Error Plots

Funnel Plots

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).