temospena / Rnotebook

a compilation of R chunks
http://web.tecnico.ulisboa.pt/~rosamfelix/r/COMPILACAO.html
1 stars 0 forks source link

correlações #30

Open temospena opened 3 years ago

temospena commented 3 years ago

ver este diagrama: https://easystats.github.io/correlation/index.html

temospena commented 3 years ago

está a dar um erro no


res2 = rcorr(as.matrix(PERSONALITY[c(1:18)], type = "spearman")
corrplot(corr=res2$r, p.mat = res2$P, type = "upper", order = "FPC", method = "color",
         insig = "pch", pch.cex = .9,tl.col = "black")`

diz que 
"corrplot" error in data.frame check.names FALSE
temospena commented 2 years ago

já funciona. image