# load example mcmc.list
data(cjs)
# create two subsets from cjs: one as mcmc.list and one as matrix
# also works if both are mcmc.list objects
p1 = post_subset(cjs, "b0")
p2 = post_subset(cjs, "b1", matrix = TRUE)
# combine them into one mcmc.list
head(post_bind(p1, p2))
Run the code above in your browser using DataLab