Module 4 — Association, Correlation & Regression
Move from scatterplot reasoning to fitted models, residual diagnostics, leverage, and defensible model claims.
Interactive reading
A correlation of 0.82 between study time and exam score proves that more study time causes higher scores. What is wrong?
Confounding lab
The confounding lab needs JavaScript.
Correlation and causation gallery
The causation gallery needs JavaScript.
Residual diagnosis cards
The residual diagnosis cards need JavaScript.
AI-output audit
This AI audit needs JavaScript.
Hands-on visual lab
Move one observation out of twenty-five and watch the fitted slope follow it. Leverage is a property of the predictor alone, so a point can dominate a model before you have looked at its outcome. Then run the browser-R lab below without leaving QuantegyAI.
This visual lab needs JavaScript.
GeoGebra lab
Use GeoGebra to connect scatterplot geometry, fitted lines, and residual distances before relying on R model output.
Embedded GeoGebra applet loading…
R lab
Fit `lm()`, use `broom::tidy()`, create fitted and residual plots, and write a model-appropriateness note.
# 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
Module 4 Capstone
The inline Module 4 capstone submission and AI grader need JavaScript.
Adaptive reflection
Mastery check loading…