Re: [R] matrix columns

2010-02-01 Thread Jim Lemon
On 02/01/2010 07:52 PM, ogbos okike wrote: Hello. I am working with a set of variables which are in columns. Three of them are of the same length while one has a different length. Typing '>data<-matrix(c(ca$value, mo$value,b2$value, y1), ncol = 3)' appears to read any three columns out of the f

[R] matrix columns

2010-02-01 Thread ogbos okike
Hello. I am working with a set of variables which are in columns. Three of them are of the same length while one has a different length. Typing '>data<-matrix(c(ca$value, mo$value,b2$value, y1), ncol = 3)' appears to read any three columns out of the four, though I can say exactly which of these t