[R] Create vectors form matrices

2007-08-06 Thread Niccolò Bassani
Hi, dear R users. I've a kind of stupid question, I hope you can provide some help! The topic here's really simple: vectors and matrices. I have a matrix (616 rows x 22 cols) filled with numbers and NAs; something like this: 1 2 3 4 5 6 NA NA NA NA 1 2 3 4 NA NA NA NA NA

Re: [R] Create vectors form matrices

2007-08-06 Thread Henrique Dallazuanna
Try: dim(matrix) - NULL -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 O On 06/08/07, Niccolò Bassani [EMAIL PROTECTED] wrote: Hi, dear R users. I've a kind of stupid question, I hope you can provide some help! The topic here's really simple: vectors and matrices.

Re: [R] Create vectors form matrices

2007-08-06 Thread Bert Gunter
Nonclinical Statistics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Henrique Dallazuanna Sent: Monday, August 06, 2007 7:33 AM To: Niccolò Bassani Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Create vectors form matrices Try: dim(matrix) - NULL