Creates a named list of prior specifications for use in Bayesian models.
Examples
if (FALSE) { # \dontrun{
priors <- create_prior_specification_set(list(
overall = get_default_prior("overall_effect"),
heterogeneity = get_default_prior("heterogeneity")
))
} # }
