Show correlations as an ordered list, not as a large matrix

后端 未结 5 877
灰色年华
灰色年华 2020-12-02 13:22

I\'ve a data frame with 100+ columns. cor() returns remarkably quickly, but tells me far too much, especially as most columns are not correlated. I\'d like it to just tell m

5条回答
  •  独厮守ぢ
    2020-12-02 14:10

    There are several ways to visualize correlation matrices so that one can get a quick picture of the data set. Here is a link to an approach which looks pretty good.

提交回复
热议问题