Returns the quantiles of the selected parameter type.
Full range of possible samples manipulations described in get_pars
.
# S3 method for emc.prior
credint(
x,
selection = "mu",
probs = c(0.025, 0.5, 0.975),
digits = 3,
N = 1000,
covariates = NULL,
...
)# S3 method for emc
credint(x, selection = "mu", probs = c(0.025, 0.5, 0.975), digits = 3, ...)
credint(x, ...)
A list of posterior quantiles for each parameter group in the selected parameter type.
An emc or emc.prior object
A Character vector. Indicates which parameter types to check (e.g., alpha
, mu
, sigma2
, correlation
).
A vector. Indicates which quantiles to return from the posterior.
Integer. How many digits to round the output to
An integer. Number of samples to use for the quantile calculation (only for prior.emc objects)
A list of covariates to use for the quantile calculation (only for prior.emc objects)
Optional additional arguments that can be passed to get_pars