dargosch has asked for the wisdom of the Perl Monks concerning the following question:
I am working with some data that I store in a hash of arrays, which I would like to convert to a data.frame in the R statistical package using the RSPerl package.
In order for me to do that, I will have to convert the arrays in the hash to columns in an array[][].
My question for you all is: which array/matrix package would generally recommend for array transposing and/or array construction from columns?
Has anyone done any benchmarking on the various options?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Transpose an array and the perl equivalent of R cbind?
by gav^ (Curate) on Apr 25, 2002 at 01:06 UTC | |
by dargosch (Scribe) on Apr 25, 2002 at 05:50 UTC | |
by shotgunefx (Parson) on Apr 25, 2002 at 08:21 UTC |