Convert a STAN objet to MCMC list
Convert a STAN objet to MCMC list
coda.obj(stanfit)
stanfit |
a STAN object |
codafit an mcmc.list
Gabrielle Weinrott
data(stanfit) # output of modelFit or main.modelFit coda.fit <- coda.obj(stanfit) head(coda.fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.