Module 7 — Dashboards, Ethics & Misleading Graphics
Use Shiny dashboards to support statistical reasoning while auditing denominators, aggregation, bias, privacy, and inference risks.
Interactive reading
A dashboard shows “completion rate” but never defines the denominator. Why is that a statistical problem?
Dashboard tile audit
The dashboard tile audit needs JavaScript.
Misleading-graphics gallery
The misleading-graphics gallery needs JavaScript.
AI-output audit
This AI audit needs JavaScript.
Hands-on visual lab
Twelve campuses that share one true pass rate. The league table still has a winner and a loser, and both are decided by the denominator. Then run the browser-R lab below without leaving QuantegyAI.
This visual lab needs JavaScript.
GeoGebra lab
Use GeoGebra sliders as a dashboard-prototyping layer: one control, one decision rule, one verified metric.
Embedded GeoGebra applet loading…
R lab
Build a Shiny mini-dashboard with reactive filters, denominator notes, and linked interpretation.
# Suggested R workflow scaffold
library(tidyverse)
# 1. Import or construct the dataset
# 2. Verify summaries before visualizing
# 3. Build the ggplot2 visualization
# 4. Write the statistical interpretation and limitation note
# 5. Log any AI assistance and corrections
Adaptive reflection
Mastery check loading…