sens.plot {moderate.mediation} | R Documentation |
Simulation-Based Sensitivity Analysis Plot for Causal Moderated Mediation Analysis
Description
Simulation-Based Sensitivity Analysis Plot for Causal Moderated Mediation Analysis
Usage
sens.plot(object, sens.results, effect)
Arguments
object |
Output from the |
sens.results |
An output from the |
effect |
The name of the effect whose sensitivity analysis results are to be plotted (string). Only one effect is plotted at a time. It can be specified as "TIE", "PIE", "PDE", "TDE", "INT", "TIE.ref", "PIE.ref", "PDE.ref", "TDE.ref", "INT.ref", "TIE.dif", "PIE.dif", "PDE.dif", "TDE.dif", or "INT.dif". It must be included in sens.effect when running the |
Value
Sensitivity analysis plots for the causal effects in the causal moderated mediation analysis.
Author(s)
Xu Qin and Fan Yang
References
Qin, X., & Yang, F. (2020). Simulation-Based Sensitivity Analysis for Causal Mediation Studies.
Examples
data(newws)
modmed.results = modmed(data = newws, treatment = "treat", mediator = "emp",
outcome = "depression", covariates.disc = c("emp_prior", "nevmar",
"hispanic", "nohsdip"), covariates.cont = c("workpref", "attitude",
"depress_prior"), moderators.disc = "CHCNT", moderators.cont = "ADCPC",
m.model = list(intercept = c("ADCPC", "CHCNT"), treatment = c("ADCPC",
"CHCNT"), emp_prior = NULL, nevmar = NULL, hispanic = NULL,
nohsdip = NULL, workpref = NULL, attitude = NULL, depress_prior = NULL),
y.model = list(intercept = c("ADCPC", "CHCNT"), treatment = c("ADCPC",
"CHCNT"), mediator = c("ADCPC", "CHCNT"), tm = c("ADCPC",
"CHCNT"), emp_prior = NULL, nevmar = NULL, hispanic = NULL,
nohsdip = NULL, workpref = NULL, attitude = NULL, depress_prior = NULL),
comp.mod.disc.values = 3, ref.mod.disc.values = 2, comp.mod.cont.values = 5050,
ref.mod.cont.values = 5050, m.scale = "binary", y.scale = "continuous",
seed = 1)
sens.results = modmed.sens(modmed.results, sens.effect = "TIE.ref",
U.scale = "binary", grid.b.m = 2, grid.b.y = 2, iter = 2, nsim = 2,
ncore = 1)
sens.plot(modmed.results, sens.results, "TIE.ref")
[Package moderate.mediation version 0.0.10 Index]