datacor<-cor(as.data.frame(dataset%>%dplyr::select(-categorie)))
highCorr <- findCorrelation(datacor,0.9)
highCorr
names(dataset)[highCorr]

Retour à l'accueil