Closed jucor closed 11 years ago
The problem came from the use of 1:nLags which actually had several variables. What Xavier struggled with had no solution back then, but is now fixed in https://github.com/hadley/plyr/issues/3 with the newly introduced function here.
here
Interesting finding! Congratulations for digging out that one.
Thanks! I was amazed by the depth of thought that Hadley put in adding this feature :) It's really nifty, worth remembering for similar cases!
The problem came from the use of 1:nLags which actually had several variables. What Xavier struggled with had no solution back then, but is now fixed in https://github.com/hadley/plyr/issues/3 with the newly introduced function
here
.