xfim / ggmcmc

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

stan and ggs #14

Closed dmenne closed 11 years ago

dmenne commented 11 years ago

The documentation says that ggs should work with stan output, but it does not. Quite close to the top there is

S <- as.array(S)

which will always fail for the complex stanfit output. Since no examples or test cases are provided (would be nice....) this goes unnoticed.

dmenne commented 11 years ago

Apologies for the false alarm. I had an old version of stan/Rstan installed. Everything is fine.