View source: R/ermod-methods.R
extract_coef_exp_ci | R Documentation |
Extract credible interval of the exposure coefficient
extract_coef_exp_ci(x, ci_width = 0.95, exp_candidates = FALSE)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.