Re: [R] Create a multi dimensional array from a data frame

2010-01-21 Thread David Winsemius
On Jan 21, 2010, at 6:06 PM, LCOG1 wrote: Hello all, I have data from a csv that i need to coerce into a multi dimensional array. As you can see from my sample code i have yet to master building efficient code. I can sort of do what i want but its very cumbersome code and i know ther

Re: [R] Create a multi dimensional array from a data frame

2010-01-21 Thread ROLL Josh F
is anyone willing to give it a shot i would appreciate it. From: Dennis Murphy [mailto:djmu...@gmail.com] Sent: Thursday, January 21, 2010 3:25 PM To: ROLL Josh F Cc: r-help@r-project.org Subject: Re: [R] Create a multi dimensional array from a data frame Hi: Bef

Re: [R] Create a multi dimensional array from a data frame

2010-01-21 Thread Dennis Murphy
Hi: Before you do all of that, might one inquire about which goal you are trying to achieve? Perhaps a 27-dimensional array may not be the wisest choice of data structure for your goal. Dennis On Thu, Jan 21, 2010 at 3:06 PM, LCOG1 wrote: > > Hello all, > I have data from a csv that i need t