Using pairs.panel() to look at (visualize) correlations between variables

Within the R ecosystem, there are different packages offering ways to represent correlations between variables in a dataset.

In a way, the powerful plot() function, as seen in the previous recipe, can also be useful for correlation spotting, particularly when plotting all variables against one another (refer to the previous recipe for more details).

Nevertheless, among different alternatives, the one I think may give you a quicker and deeper understanding of the relationship between your data is the pairs.panels() function provided by the psych package by William Revelle.

Getting ready

In order to use the pairs.panels() function, we first need to install and load the psych ...

Get RStudio for R Statistical Computing Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.