📊 What Is a Scatterplot?

A scatterplot is a graphical representation of the relationship between two continuous variables.

  • The x-axis shows one variable.

  • The y-axis shows the other.

  • Each dot = one case (participant, observation, etc.)

🖼️ Visual A: Scatterplot Layout

plaintext
 

🔍 Why Use Scatterplots?

Scatterplots help you:

  • Check linearity before computing Pearson r

  • Spot outliers

  • Understand the strength and direction of the relationship

📌 Good Practice: Always look at a scatterplot before interpreting r or p-values!


🧭 Patterns to Look For

Pattern Description Visual (🔍)
Upward slope Positive correlation r > 0
Downward slope Negative correlation r < 0
No slope/pattern No correlation r ≈ 0
Curved pattern Non-linear relationship → use another test Not suitable for Pearson

🖼️ Visual B: Correlation Patterns
(Insert small scatterplots showing each pattern with r values)


✅ Statistical Significance of Pearson r

After calculating Pearson's r, you also need to check if the result is statistically significant using a p-value.

  • p < .05 → the correlation is statistically significant

  • p ≥ .05 → the correlation is not significant (may be due to chance)

🧪 Example (SPSS output snippet):

Variables Pearson’s r Sig. (2-tailed)
Motivation & GPA .44 .003 ✅
Stress & Sleep –.12 .243 ❌

Interpretation: The correlation between motivation and GPA is moderate and significant; stress and sleep are weakly related and not significant.


⚠️ Important Notes on Significance

  • Significance depends on sample size:

    • With large N, even small r can be significant.

    • With small N, even large r might not be.

  • Always report both:

    • The value of r

    • The significance (p)

📝 APA-style report:

There was a moderate positive correlation between motivation and GPA, r(78) = .44, p = .003.


📦 Summary Box

Concept Key Point
Scatterplot Purpose Shows relationship visually
Check Before r Linearity, outliers
Significant r p < .05 = significant correlation
APA Reporting r(df) = value, p = value
Visual Interpretation Use slope & spread to gauge relationship
 
Last modified: Sunday, 24 August 2025, 7:54 AM