Skip to content
Prev 381718 / 398502 Next

Remove highly correlated variables from a data frame or matrix

HI Jim,

This:
colnames(calc.jim)[colSums(abs(calc.jim)>0.8)<3]

was the master take!

Thank you so much!!!
On Thu, Nov 14, 2019 at 3:39 PM Jim Lemon <drjimlemon at gmail.com> wrote: