๐Ÿ“Š 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
ย 
๋งˆ์ง€๋ง‰ ์ˆ˜์ •๋จ: ์ผ์š”์ผ, 24 8์›” 2025, 7:54 AM