ggs(S, description = NA, burnin = FALSE,
inc_warmup = FALSE, stan_include_auxiliar = FALSE,
parallel = TRUE)mcmc.list object with samples
from JAGS, a mcmc object with samples from
MCMCpack, a stanfit object with samples from
rstan, or a list with the filenames of csv files
generated by stan oggmcmc functions. The data
frame has four columns, namely: Iteration, Parameter,
value and Chain, and seven attributes: nChains,
nParameters, nIterations, nBurnin, nThin, description and
parallel.# Assign 'D' to be a data frame suitable for \\code{ggmcmc} functions from
# a coda object called S
data(samples)
D <- ggs(S) # S is a coda objectRun the code above in your browser using DataLab