Skip to content

Permutations of configurations on multiple columns

1 message · R. Michael Weylandt

#
So I've been puzzling on this for a week or so and don't see any
elegant way to do it. I'd imagine there's a nifty way to do it using
ddply() in conjunction with some melt() tools to get it all in one
data frame (or just possibly mapply() after converting the "iN"
factors to characters to make sure they get matched properly), but I'm
going to try to bump it to see if anyone else can give you a good
solution.

Michael
On Fri, Sep 30, 2011 at 7:18 AM, Metronome123 <lars.hulzebos at gmail.com> wrote: