search for: corrmat1

Displaying 1 result from an estimated 1 matches for "corrmat1".

Did you mean: corrmat
2007 Feb 12
0
Colouring the polygons, correlation matrix
...y", "clara", "silvio", "jimmy", "jeffrey", "carl", "randy", "tara") njid<-length(namjid) #--CORRELATION MATRIX corrmat<-diag(rep(0.5,njid)) corrmat[lower.tri(corrmat,diag=0)]<-runif(choose(njid,2),-1,1) corrmat<-corrmat1+t(corrmat) #--CALL cor.plot(mat=corrmat, dens=4, ticks=namjid, main="") [[alternative HTML version deleted]]