đ 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
đ 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 |

