Next Page Previous Page Handbook Home Tools & Aids Search Handbook



1. Exploratory Data Analysis
1.3. EDA Techniques
1.3.3. Graphical Techniques: Alphabetic

1.3.3.16.

Linear Correlation Plot

Purpose:
Detect changes in correlation between groups
Linear correlation plots are used to assess whether or not correlations are consistent across groups. That is, if your data has groups, you may want to know if a single correlation can be used across all the groups or whether separate correlations are required for each group.

Linear correlation plots are often used in conjunction with linear slope, linear intercept, and linear residual standard deviation plots. A linear correlation plot could be generated intially to see if linear fitting is a fruitful direction. If the correlations are high, this implies it is worthwhile to continue with the linear slope, intercept, and residual standard deviation plots. If the correlations are weak, a different model needs to be persued.

In some cases, you might not have groups. Instead you have different data sets and you want to know if the same correlation can be adequately applied to each of the data sets. In this case, simply think of each distinct data set as a group and apply the linear slope plot as for groups.

Sample Plot
linear correlation plot showing that correlations are high
 for all groups

This linear correlation plot shows that the correlations are high for all groups. This implies that linear fits could provide a good model for each of these groups.

Definition:
Group correlations versus group id
Linear correlation plots are formed by:
  • Vertical axis: Group correlations
  • Horizontal axis: Group identifier
A reference line is plotted at the correlation between the full data sets.
Questions The linear correlation plot can be used to answer the following questions.
  1. Do you get linear relationships across groups?
  2. Is the strength of the linear relationships relatively constant across the groups?
Importance:
Checking group homogeneity
For grouped data, it may be important to know whether the different groups are homogeneous (i.e., similar) or heterogeneous (i.e., different). Linear correlation plots help answer this question in the context of linear fitting.
Related Techniques Linear Intercept Plot
Linear Slope Plot
Linear Residual Standard Deviation Plot
Linear Fitting
Case Study The linear correlation plot is demonstrated in the Alaska pipline data case study.
Software Most general purpose statistical software programs do not support a linear correlation plot. However, if the statistical program can generate correlations over a group, it should be feasible to write a macro to generate this plot. Dataplot supports a linear correlation plot.
Handbook Home Tools & Aids Search Handbook Previous Page Next Page