When MCMC output has hundreds of monitored nodes, the full cross-correlation matrix produced by cor
is of little use. bigCrossCorr
extracts and reports only those values greater than a given threshold.
bigCrosscorr(x, big = 0.6, digits = 3)
A data frame with 2 columns for the names of parameters and a 3rd column with the cross-correlation, sorted in order of decreasing absolute cross-correlation.
an object of any class with MCMC output that can be coerced to class mcmcOutput
.
only values below -big or above +big will be returned
the number of decimal places to return
Mike Meredith
crosscorrPlot
.