extract_coef_exp_ci {BayesERtools} | R Documentation |
Extract credible interval of the exposure coefficient
Description
Extract credible interval of the exposure coefficient
Usage
extract_coef_exp_ci(x, ci_width = 0.95, exp_candidates = FALSE)
Arguments
x |
An object of class |
ci_width |
Width of the credible interval |
exp_candidates |
Logical, whether to extract the credible interval for
all exposure candidates. Default is |
Value
A named vector of length 2 with the lower and upper bounds of the
credible interval (.lower, .upper). If exp_candidates = TRUE
, a matrix
with the same structure is returned, with each row corresponding to an
exposure candidate.
[Package BayesERtools version 0.2.3 Index]