search for: tp24612796p24612796

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

2009 Jul 22
6
A question on operation on list
...I want to get x[[1]] + x[[2]] +.... I did following : res=vector("list"); res = sapply(x, function(i) t(x[[i]]) %*% x[[i]]) However above syntax is not giving desired result. Any suggestion please? -- View this message in context: http://www.nabble.com/A-question-on-operation-on-list-tp24612796p24612796.html Sent from the R help mailing list archive at Nabble.com.