xfim / ggmcmc

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

Make "ggs" understand "brmsfit" objects (feature suggestion) #53

Closed stefanherzog closed 8 years ago

stefanherzog commented 8 years ago

Hi!

It would be wonderful if ggs would understand brmsfit objects from the package brms: Bayesian Regression Models using Stan. There's a method as.mcmc.brmsfit that turns a brmsfit object into a list of MCMC samples ("Extract posterior samples for use with the coda package").

Thanks for considering this!

xfim commented 8 years ago

Solved also at commit b6bdf968. Please, @stefanherzog, test it to check that it works under different circumstances.