Create a Declared-Prior versus Posterior Bridge
Source:R/prior-posterior-bridge.R
prior_posterior_bridge.RdCompares marginal draws from the recorded gp3bayes prior specification with fitted posterior draws on the same parameter scale.
Usage
prior_posterior_bridge(
fit,
variables = NULL,
regex = "^(b_|sd_|cor_|sigma$)",
ndraws = 4000L,
probs = c(0.025, 0.5, 0.975),
seed = 1L
)