Displaying 1 result from an estimated 1 matches for "schs".
Did you mean:
sch
2011 Oct 11
1
plots of correlation matrices
Hi,
I want to do a visualisation of a matrix plot made up of several plots of
correlation matrices (using corrplot()). My data is in csv format. Here's an
example:
id,category,attribute1,attribute2,attribute3,attribute4
661,SCHS,43.2,0,56.5,1
12202,SCHS,161.7,5.7,155,16
1182,SCHS,21.4,0,29,0
1356,SSS, 8.8182,0.1818,10.6667,0.6667
1864,SCHS,443.7273,9.9091,537,46
12360,SOA,6.6364,0,10,0
3382,SOA,7.1667,0,26,0.5
1033,SOA,63.9231,1.5385,91.5,11.5
14742,SSS,4.3846,0,8,0
12760,SSS,425.0714,1.7857,297.5,3.5
I can get rid of the...