In this tutorial, we will learn how to compute Pearson correlation of multiple variables. We will use two approaches to compute Pearson correlation of multiple variables in a matrix or dataframe. First we will show how to use cor() function in R to compute Pearson correlation of all variables against all variables. Then we will… Continue reading How to Compute Pearson Correlation of Multiple Variables