Displaying 1 result from an estimated 1 matches for "2000ce".
Did you mean:
2000c
2000 Feb 10
2
list to matrix
Dear R-users
This seems to be a trivial problem but at the moment I don?t know how to
solve it.
I have a list with 7000 matrices, every matrix has 2 columns but
different row-sizes.
Now I want to combine all lists into one matrix with 2 columns. I would
have to write:
ma <- rbind(list[[1]],list[[2]], and so on) (this works fine for lists
with few matrices)
Since it is not possible to write: