coda.obj | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.