extract_mcmc_values {ern}R Documentation

Extract MCMC chains from a JAGS object

Description

Extract MCMC chains from a JAGS object

Usage

extract_mcmc_values(chain, jags.obj)

Arguments

chain

Integer. Chain number.

jags.obj

JAGS object as returned by code.sample()

Value

A dataframe of the chain values for selected parameters.


[Package ern version 2.0.0 Index]