I have tried to learn about loops and functions in R. So I set myself to the following situation:
I have a pairwise correlation matrix:
dados<-matrix(rnorm(100),5,5)
colnames(dados)<-c('A','B','C','D','E')
rownames(dados)<-c('A','B','...
asked by
06.03.2016 / 16:59