I have a dataframe containing the number of points scored by various individuals in various events. A total column is then added to this dataframe. Now, how do I calculate the top 3 highly correlated variables to the total column and depict this using sapply and sort using R?
↧