# load example mcmc.list
data(cjs)
# get names of all nodes
get_params(cjs)
# remove the SIG nodes
new_cjs = suppressMessages(post_remove(cjs, "SIG", ask = FALSE))
# get names of new output
get_params(new_cjs)
Run the code above in your browser using DataLab