Displaying 1 result from an estimated 1 matches for "tp21418758p21418758".
2009 Jan 12
1
Help with storage of each matrix generated in a loop
...matrix()
for(i in 1:1000) {
for(j in 1:nrow(mat)) {
A[j,] <- sample(mat[j,])
cusumA[i] <- cumsum(data.frame(A))
}}
and I even got 50+ warnings...
Any help'd be really appreciated!
--
View this message in context: http://www.nabble.com/Help-with-storage-of-each-matrix-generated-in-a-loop-tp21418758p21418758.html
Sent from the R help mailing list archive at Nabble.com.