
Extract credible interval of the exposure coefficient
extract_coef_exp_ci.Rd
Extract credible interval of the exposure coefficient
Arguments
- x
An object of class
ermod_bin
orermod_lin
- ci_width
Width of the credible interval
- exp_candidates
Logical, whether to extract the credible interval for all exposure candidates. Default is
FALSE
. Only supported for models with exposure selection, created withdev_ermod_bin_exp_sel()
ordev_ermod_lin_exp_sel()
functions.