Extracts the posterior draws (or summaries) of the selection-model parameters that describe the relative publication probabilities across |z|-intervals.
selection(bg, summary = TRUE, interval = 0.95)If summary = FALSE, a matrix of posterior draws where each column
corresponds to a |z|-interval. Otherwise, a matrix with one row per interval
and columns containing the mean and bounds of the uncertainty interval.
a baggr model fitted with a selection-enabled likelihood
(currently model = "rubin").
logical; if TRUE, returns summary statistics (mean and
the uncertainty interval defined by interval).
uncertainty interval width (numeric between 0 and 1),
used only when summary = TRUE.