search for: testmaster1

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

Did you mean: testmaster
2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
HI Sridhar, Try this: #I saved the file as .csv. ?testMaster<-read.csv("test1Master.csv") ?test2Sorted<-read.csv("test2Sorted.csv") testMaster1<-testMaster[order(testMaster[,1]),] test2Sorted1<-test2Sorted[order(test2Sorted[,1]),] Combinedat<-as.matrix(merge(testMaster1,test2Sorted1,by="X")) ?rownames(Combinedat)<-Combinedat[,1] Combinedat<-Combinedat[,-1] ?head(Combinedat,3) #????????????? edgeMax Kmeans firstEdge...