Compare estimated Controlled Direct Effect when all predictors are at a particular quantile to when all are at a second fixed quantile
An object contatinint the results return by the kmbayes function, a model fit regressing outcome on exposures, effect modifiers, mediator and confounders on outcome
effect modifier for the outcome variable
column name of the effect modifier for the outcome variable
values that the mediator is set to
values of the quantile that the mediator is set to
column name of the mediator
vector of quantiles at which to calculate the overall risk summary
a second quantile at which to compare the estimated h function
1-confidence interval
a vector selecting which iterations of the fit should be retained or inference
the random seed to use to evaluate the code
a data frame containing the (posterior mean) estimate and posterior standard deviation of the CDE risk measures
For guided examples, go to https://zc2326.github.io/causalbkmr/articles/BKMRCMA_QuickStart.html
if (FALSE) {
CDEriskSummary10 = CDERiskSummaries.CMA(fit.y = fit.y, e.y = e.y10, e.y.name = "E.Y", m.name = "m", sel = sel)
}