xfim / ggmcmc

Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
111 stars 31 forks source link

Fix: warnings in ggs_autocorrelation #21

Closed jucor closed 11 years ago

jucor commented 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.

dmenne commented 11 years ago

Interesting finding! Congratulations for digging out that one.

jucor commented 11 years ago

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!