Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data X:
5 4 4 4 5 5 4 4 4 3 3 2 4 3 3 3 5 4 4 3 5 3 4 3 5 4 2 3 5 4 2 4 5 2 2 4 5 1 2 4 4 4 3 2 5 4 3 2 5 4 5 4 5 5 4 5 4 4 3 4 5 1 4 4 3 4 4 2 5 2 2 2 5 3 4 5 5 3 3 4 2 2 3 1 3 1 3 5 4 3 2 3 4 2 2 4 4 4 3 4 5 4 3 2 4 4 3 4 5 2 4 2 4 3 4 3 5 4 3 4 4 4 4 4 4 4 3 4 4 3 4 4 5 4 3 4 5 4 3 4 5 4 3 5 5 4 3 4 2 3 2 4 4 3 5 3 4 4 3 4 4 2 1 4 5 3 2 3 5 4 2 2 5 4 3 5 4 3 2 4 4 2 3 3 5 3 5 4 5 3 4 4 5 4 5 4 4 3 2 3 4 3 4 4 5 3 3 4 5 3 3 4 5 3 2 4 4 5 3 5 5 4 2 4 5 5 4 2 4 3 3 4 4 4 3 5 5 4 1 2 5 1 1 3 4 4 3 4 4 3 3 3 5 3 2 4 3 4 3 4 3 2 4 4 5 4 3 5 4 5 4 3 4 4 4 4 5 4 3 4 5 4 4 4 4 4 4 4 5 4 3 4 4 2 3 4 4 4 5 4 4 2 2 4 5 5 4 4 4 5 3 3 4 2 3 3 4 4 3 2 4 3 4 2 4 3 4 2 2 3 3 3 4 4 5 4 4 4 3 4 5 3 4 4 4 3 3 4 5 4 5 4 4 4 4 4 4 2 4 4 3 3 4 2 4 3 4 3 2 3 2 2 4 4 3 3 5 4 4 4 3 4 3 5 4 4 3 4 5 5 5 5 2 4 3 3 5 3 1 5 5 4 3 4 5 4 4 5 4 2 2 2 4 3 3 3 5 3 4 4 5 3 4 5 4 4 4 4 4 4 4 5 5 4 4 5 5 4 4 5 5 3 3 4 4 3 3 4 5 3 3 4 4 2 2 4 5 3 4 4 4 2 2 4 5 4 5 5 5 5 2 5 4 3 2 5 4 3 2 4 4 3 3 4 5 2 3 4 5 3 4 5 4 3 3 4 4 3 4 4 5 4 3 4 5 4 4 4 4 3 4 2 4 4 3 4 4 1 3 2 4 5 5 4 5 4 4 3 5 3 3 5 4 5 3 2 4 4 3 4 4 3 3 3 3 4 3 3 4 4 2 4 5 3 4 5 4 2 4 3 4 4 4 2 5 3 5 5 3 3 2 4 4 4 2 4 1 2 3 2 5 3 3 5 4 4 2 3 5 4 4 3 3 3 2 3 4 4 3 4 4 4 4 4 4 3 3 4 4 2 3 4 5 4 4 4 5 2 2 4 5 3 5 5 5 4 4 3 4 3 3 3 5 2 5 4 5 4 2 4 4 1 4 5 3 5 4 3 4 4 4 4 4 3 3 2 5 4 5 5 4 4 3 4 4 3 3 3
Names of X columns:
KVDD1 KVDD2 KVDD3 KVDD4
R Code
library(corpcor) x <- t(y) (r1 <- pcor.shrink(x)) (r0 <- cor(x)) load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Pearson Correlation Matrix',1,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('r0'),'</pre>',sep='')) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable0.tab') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Partial Pearson Correlation Matrix (Shrinkage Method)',1,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('r1'),'</pre>',sep='')) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable1.tab')
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation