Skip to contents

Posterior Correlation Plot

Usage

plot_posterior_correlations(
  x,
  variables = NULL,
  regex = NULL,
  method = c("pearson", "spearman")
)

Arguments

x

A gp3bayes fit or posterior draws.

variables, regex

Posterior variable selectors.

method

Correlation method.

Value

A ggplot heatmap of posterior-draw correlations.