cor_jags {jagshelper} | 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
cor_jags(asdf_jags_out)