Displaying 1 result from an estimated 1 matches for "450x1".
Did you mean:
4501
2011 Aug 25
2
How to store the output of a loop into a matrix??
...n i:N){
b<-rep(a[i,],T)
mymat[i,]<-b
}
Mi problem is that with this loop I can see the output of the loop but I canot get the matrix (mymat) that contains the full output of the loop.
Please, somebody know how can I create a matrix that contains the output of the loop with a dimension NTx1 (450x1).
Thanks a lot for your help.
Alexandra
[[alternative HTML version deleted]]