Closed dmenne closed 11 years ago
The documentation says that ggs should work with stan output, but it does not. Quite close to the top there is
ggs
stan
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.
Apologies for the false alarm. I had an old version of stan/Rstan installed. Everything is fine.
The documentation says that
ggs
should work withstan
output, but it does not. Quite close to the top there isS <- 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.