search for: a8044673

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

Did you mean: a804467a
2006 Dec 25
1
Higher Dimensional Matrices
...00,10) for (i in 1:10) a[,i] <- residuals(lm(x[,i]~1+x[,1]+x[,2])) b<-matrix(0,200,10) for (i in 1:10) b[,i] <- residuals(lm(x[,i]~1+x[,1]+x[,2])) #a=round(a,5) #b=round(b,5) d=cor(a,b) d -- View this message in context: http://www.nabble.com/-R--Higher-Dimensional-Matrices-tf2878430.html#a8044673 Sent from the R help mailing list archive at Nabble.com.