Displaying 1 result from an estimated 1 matches for "tp4640465".
Did you mean:
tp4640360
2012 Aug 16
4
Column Extraction from matrix
...ign names for each 2X2 matrix.
For example
set.seed(2)
a=matrix(rnorm(400),ncol=100)
a1=matrix(a[,1],ncol=2)
a2=matrix(a[,2],ncol=2)
.
.
.
a100=matrix(a[,100],ncol=2)
Any simple ideas. Thanks.
B
--
View this message in context: http://r.789695.n4.nabble.com/Column-Extraction-from-matrix-tp4640465.html
Sent from the R help mailing list archive at Nabble.com.