cor_jags | R Documentation |
Computes a correlation matrix of all MCMC samples from an object returned by 'jagsUI', or an optional subset of parameter nodes.
cor_jags(x, p = NULL, exact = FALSE)
x |
Output object returned from |
p |
Optional string to begin posterior names. If |
exact |
Whether name must be an exact match ( |
A 2-dimensional correlation matrix (n X n, where n is the number of parameter nodes)
Matt Tyers
plotcor_jags
cor_jags(asdf_jags_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.