http://qs321.pair.com?node_id=1017706


in reply to Re: multidimensional array in Statistics::R
in thread multidimensional array in Statistics::R

I ended up splitting my data into individual vectors and then combining them in R. Yes, it'd be nice to load directly into a "data.frame" but it's not too much bother to do it on the R side.

This whole thing was just because my data was so nicely packaged from the database (via fetchall_arrayref) and it seemed a shame to split it just to stitch it back together.

Thanks. Good to see that it wasn't just some obvious thing I'd missed.