Have you ever wondered whether students who spend more hours in the library actually score higher marks? Or whether the number of years a person has been reading is linked to the size of their personal collection? Questions like these are everywhere in research, and they all point to a single statistical idea: correlation. Correlation helps us measure whether two things move together, in which direction they move, and how strongly. In this post, we will unpack what correlation really means, look at the main methods used to measure it, and work through a practical example, while keeping a sharp eye on what correlation can and cannot tell us.

Table of Contents

What is correlation?

Correlation is a statistical technique that measures the relationship between two variables. In simple terms, it tells us whether a change in one variable is associated with a change in another. When two variables tend to change together, they are said to be correlated. Correlation is a bivariate analysis that captures both the strength of the association between two variables and the direction of that relationship.

The result of a correlation is expressed as a number called the correlation coefficient, usually written as r. This value always lies between -1 and +1. The two parts of this number carry different information.

Direction of the relationship

The sign of the coefficient tells us the direction. A positive sign means both variables move in the same direction, while a negative sign means they move in opposite directions. When two variables move in the same direction the correlation is positive, and when they move in opposite directions it is negative. For example, height and weight often show a positive correlation, while the price of a product and the quantity demanded usually show a negative one.

Strength of the relationship

The size of the number, ignoring its sign, tells us how strong the relationship is. A value of exactly +1 or -1 indicates a perfect relationship, where the variables move together in a completely consistent way. As the coefficient moves closer to zero, the association becomes weaker, and a value of zero means there is no linear or monotonic association between the two variables. So a coefficient of +0.9 signals a strong positive relationship, while +0.1 signals a very weak one.

Methods of correlation

There are several ways to study correlation, ranging from a quick visual check to precise mathematical formulas. The three methods covered in most research methodology courses are scatter diagrams, Pearson’s product moment correlation, and Spearman’s rank correlation. Each suits a different kind of data and purpose.

Scatter diagrams

A scatter diagram, also called a scatter plot, is the simplest way to study correlation. It is a graphical tool where each pair of values is plotted as a single point on a graph, with one variable on the X-axis and the other on the Y-axis. By observing how the points are distributed, we can identify the direction and strength of the relationship without performing any complex calculations.

The pattern of the dots reveals the type of correlation. When the points rise from the lower left to the upper right, both variables increase together, showing positive correlation; when they fall from the upper left to the lower right, the correlation is negative. If the points are scattered randomly with no clear pattern, there is little or no correlation. When all the points fall exactly on a straight line, the correlation is perfect.

The scatter diagram has clear advantages. It is easy to understand at a glance, and it is not distorted by extreme values the way some mathematical methods are. Its main limitation is that it only gives a rough idea of the relationship. It shows whether a correlation exists and its general nature, but it cannot give an exact numerical measure. For that, we need the calculated methods below.

Pearson’s product moment correlation

Pearson’s product moment correlation coefficient, symbolised by r, is the most widely used measure of correlation. It evaluates the linear relationship between two continuous variables, where a change in one variable is associated with a proportional change in the other. It works on the raw values of the data rather than on their order or rank.

Because Pearson’s method is based on the actual numbers, it comes with certain conditions. It is a parametric statistic and is best used for data that follows a normal or approximately normal distribution. It is the right choice when both variables are measured on a continuous scale, such as marks, height, income, or temperature, and when you expect a straight-line relationship between them. If these conditions are not met, the result can be misleading.

Spearman’s rank correlation

Spearman’s rank correlation, named after Charles Spearman and symbolised by rs or the Greek letter rho, takes a different approach. Instead of using the raw data, it is based on the ranks of the values. It is a non-parametric statistic used for data that is not normally distributed or whose distribution is unknown, and it measures the strength and direction of a rank association between two variables.

This makes Spearman’s method especially useful in two common situations. The first is when the data is ordinal, meaning it can be ranked but not precisely measured, such as ratings, grades, or preference orders. Spearman correlation is often used to evaluate relationships involving ordinal variables and measures the monotonic relationship, where variables change together but not necessarily at a constant rate. The second is when the data is skewed or contains outliers. Spearman’s coefficient is appropriate when one or both variables are skewed or ordinal, and it is robust when extreme values are present.

The key difference is worth remembering. A perfect Spearman correlation results when two variables are related by any monotonic function, whereas a perfect Pearson correlation occurs only when they are related by a linear function. In short, choosing between Pearson and Spearman is not about preference. It is about matching the method to the nature of your data.

A real-life example

Let us apply this to a question a library or education researcher might genuinely ask: is a person’s age related to the number of books they have read? Suppose we survey ten readers and record each person’s age and the total number of books they say they have read. To study this, we first plot the pairs on a scatter diagram. If the points generally rise from left to right, we have visual evidence of a positive correlation, suggesting that older readers tend to have read more books, which makes intuitive sense since they have had more years to read.

To put a number on it, we could calculate Pearson’s coefficient if both age and book counts are reasonably distributed. Imagine we get an r of +0.75. This tells us there is a fairly strong positive relationship: as age increases, the number of books read tends to increase too. If instead we had simply asked readers to rank themselves as light, moderate, or heavy readers, the data would be ordinal, and Spearman’s rank correlation would be the appropriate method.

Understanding the limitations of correlation

Here is the most important caution in all of statistics: correlation does not imply causation. This phrase refers to the fact that we cannot legitimately conclude a cause-and-effect relationship between two variables solely from an observed association between them. Even a strong correlation between age and books read does not prove that growing older causes a person to read more.

One reason for this is the third-variable problem. Two variables can be statistically related not because one causes the other, but because some third hidden variable affects both; such relationships are called spurious correlations. In our example, education level or income might influence both age group and reading habits. A famous illustration is the correlation between ice cream sales and shark attacks, which rise together not because one causes the other, but because warmer weather drives both.

A second limitation is that the common correlation methods only detect linear or monotonic relationships. Correlation coefficients measure only linear (Pearson) or monotonic (Spearman) relationships, while other kinds of relationships are also possible. Two variables might have a strong curved relationship and still produce a correlation coefficient close to zero. This is exactly why drawing a scatter diagram first is good practice. It lets you see the shape of the relationship before trusting a single number.

Finally, a small correlation calculated from a very large sample can be statistically significant without being meaningful in practice. Numbers always need careful interpretation alongside the context of the research.

What do you think? If you found a strong positive correlation between the number of hours students spend in a library and their exam scores, what third variables might explain that link before you conclude one causes the other? And for a study comparing reader satisfaction ratings with the number of visits per month, would you choose Pearson’s or Spearman’s method, and why?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://www.statisticssolutions.com/free-resources/directory-of-statistical-analyses/correlation-pearson-kendall-spearman/
  2. https://www.geeksforgeeks.org/data-visualization/scatter-diagram-correlation-meaning-interpretation-example/
  3. https://journals.lww.com/anesthesia-analgesia/fulltext/2018/05000/correlation_coefficients__appropriate_use_and.50.aspx
  4. https://www.geeksforgeeks.org/data-visualization/scatter-diagram-correlation/
  5. https://www.vedantu.com/commerce/scatter-diagram
  6. https://support.minitab.com/en-us/minitab/help-and-how-to/statistics/basic-statistics/supporting-topics/correlation-and-covariance/a-comparison-of-the-pearson-and-spearman-correlation-methods/
  7. https://www.sciencedirect.com/topics/nursing-and-health-professions/correlation-coefficient
  8. https://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient
  9. https://pmc.ncbi.nlm.nih.gov/articles/PMC3576830/
  10. https://en.wikipedia.org/wiki/Correlation_does_not_imply_causation
  11. https://criticalthinking.pressbooks.tru.ca/chapter/correlation-does-not-imply-causation/
  12. https://www.statology.org/correlation-does-not-imply-causation-examples/

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Research Methodology

1 Research- Meaning, Concept, Need

  1. Definition of Research
  2. Need for and Purpose of Research
  3. Conceptual Framework of Research and Terminology
  4. Basic and Applied Research
  5. Scientific Method
  6. Research Design
  7. Value of Studying Research Methodology for Library and Information Professionals

2 Historical Research

  1. Historical Research
  2. Definitions
  3. What is Not Historical Research?
  4. What Constitutes Historical Research?
  5. Advantages
  6. Limitations
  7. Purposes
  8. Scope of Application
  9. Types
  10. Importance in LIS
  11. Process of Conducting Research
  12. Internet
  13. Scientific Research
  14. Problems

3 Survey Research

  1. Data Collection
  2. Sampling
  3. How to Conduct a Survey
  4. Problems
  5. Instruments of Survey Research

4 Experimental Research

  1. Experimentation
  2. Hypothesis
  3. Research Procedure
  4. Validity
  5. Design of the Experiment
  6. Limitations of Experimental Method

5 Fundamental, Applied and Action Research

  1. Scientific Method
  2. S. R. Ranganathan’s Spiral of Scientific Method
  3. Basic Research
  4. Applied Research
  5. Action Research
  6. Descriptive Research
  7. Comparative Research
  8. Exploratory Research
  9. Diagnostic Research
  10. Social Research

6 Measurement of Variables

  1. Types of Variables
  2. Measurement of Qualitative Data
  3. Census versus Sample Survey
  4. Sampling Procedure
  5. Types of Sampling

7 Data Presentation

  1. Preparation of a Table
  2. Tabular Presentation
  3. Graphical Presentation
  4. Bar Diagrams
  5. Pie Chart

8 Statistical Techniques

  1. Measures of Central Tendency
  2. Arithmetic Mean
  3. Median
  4. Mode
  5. Measures of Dispersion
  6. Variance and Standard Deviation
  7. Coefficient of Variation
  8. Correlation
  9. Pearson’s Product Moment Correlation
  10. Regression Analysis
  11. Linear Regression
  12. Non-linear Regression
  13. Time Series Analysis

9 Statistical Packages

  1. Statistical Packages
  2. Microsoft Excel
  3. SPSS
  4. Other Software for Statistical Analysis

10 Observation Method

  1. Meaning and Definition
  2. Purpose
  3. Characteristics
  4. Planning and Process of Observation
  5. Recording of Data
  6. Types
  7. Advantages and Disadvantages
  8. Application in Libraries and Information Centers

11 Questionnaire Method

  1. Questionnaire Method: Definition
  2. Questionnaire Construction
  3. Types of Questionnaires
  4. Types of Questions
  5. Use of Scales
  6. Precautions in Questionnaire Construction
  7. Pretesting of Questionnaire
  8. Distribution of Questionnaire
  9. Response Rate
  10. Advantages and Limitations of Questionnaire Method

12 Interview Method

  1. Introduction
  2. Interviewing
  3. Types of Interviews
  4. Structured Interview
  5. Unstructured Interview
  6. Focussed Interview
  7. Non-directive Interview
  8. Clinical Interview
  9. Telephonic Interview
  10. Computer Assisted Telephone Interviewing (CATI) System
  11. Interview Process
  12. Advantages and Limitations of Interview Method

13 Experimental Method

  1. Research Problem Appropriate for an Experiment
  2. Parts of an Experiment
  3. Steps in Planning an Experimental Research
  4. Laboratory Experiment and Field Experiment
  5. Experimental Research Design
  6. Advantages, Disadvantages, and Limitations of Experimental Method

14 Case Study

  1. Case Study: Definition, Characteristics, and Importance
  2. Uses, Advantages, Disadvantages, and Limitations of Case Study
  3. Research Problem Appropriate for a Case Study
  4. Research Design in Case Study
  5. Steps in Case Study Method
  6. Case Study vs Case Work and Other Methods

15 Research Design

  1. What is Research Design?
  2. Need and Purpose
  3. Functions of Research Design
  4. Types of Research Design
  5. Based on Nature of Investigation
  6. Based on Data Collection Methods
  7. Based on Number of Contacts Made with the Subjects
  8. Based on Reference Period
  9. Summary

16 Research Plan

  1. Definition
  2. Need and Purpose
  3. Functions
  4. Types
  5. Structure
  6. Funding
  7. Monitoring
  8. Ethics

17 Statistical Inference

  1. Concept of Statistical Inference
  2. Statistical Estimation
  3. Concept of Hypothesis Testing
  4. Critical Regions and Types of Errors
  5. Testing of Hypothesis for a Single Sample
  6. Test for Difference between Two Samples
  7. Contingency Table

18 Presentation of Results

  1. Research Reports and their Types
  2. Importance and Significance of Research Reports
  3. Preparation of a Research Proposal
  4. Research Reports: Plan Outline, Format and Contents
  5. Preparation and Organisation of Research Notes
  6. Drafting of Research Reports
  7. Language and Grammar
  8. Physical Production