Skip to content
Prev 310456 / 398506 Next

as.data.frame(do.call(rbind, lapply)) produces something weird

This is a case where you start by breaking down you complex one-liner
into separate statements and examine what the results are at each
point.  This is what I would have to do with the script you posted.

I think as Bill pointed out, one of your function calls is probably
creating a result that you were not expecting.  Standard (good)
programming practice would have you creating a number of simple
statements; this allows ease of debugging.
On Fri, Nov 9, 2012 at 2:21 PM, Sam Steingold <sds at gnu.org> wrote: