powered by
jagsUI
Combination of trace plots and by-chain kernel densities of a whole jagsUI object, or optional subset of parameter nodes.
tracedens_jags( x, p = NULL, exact = FALSE, parmfrow = NULL, lwd = 1, shade = TRUE, ... )
NULL
Posterior jagsUI object
Parameter name for subsetting: if this is specified, only parameters with names beginning with this string will be plotted.
Whether p should be an exact match (TRUE) or just match the beginning of the string (FALSE). Defaults to FALSE.
p
TRUE
FALSE
Optional call to par(mfrow) for the number of rows & columns of plot window. Returns the graphics device to previous state afterward.
par(mfrow)
Line width for plotting. Defaults to 1.
Whether to add semi-transparent shading to by-chain kernel densities. Defaults to TRUE.
additional plotting arguments
Matt Tyers
trace_jags, chaindens_jags, pairstrace_jags
tracedens_jags(asdf_jags_out, parmfrow=c(4,2)) tracedens_jags(asdf_jags_out, p="a", parmfrow=c(3,1))
Run the code above in your browser using DataLab