coda.obj {DrBats}R Documentation

Convert a STAN objet to MCMC list

Description

Convert a STAN objet to MCMC list

Usage

coda.obj(stanfit)

Arguments

stanfit

a STAN object

Value

codafit an mcmc.list

Author(s)

Gabrielle Weinrott

Examples

data(stanfit) # output of modelFit or main.modelFit
coda.fit <- coda.obj(stanfit)
head(coda.fit)


[Package DrBats version 0.1.6 Index]