# load example mcmc.list
data(cjs)
# get all relevant dimensions
post_dim(cjs)
# get only the number of chains
post_dim(cjs, "chains")
# get the thinning and burn-in intervals
post_dim(cjs, c("burn", "thin"))
Run the code above in your browser using DataLab