ivmediate
returns an object of class 'ivmediate
', a
list that contains the components listed below. Some of these elements are
not available depending on the values of the 'ci' and 'long' options.
The function summary
(i.e., summary.ivmediate
) can be used to
obtain a table of the results. The function plot
(i.e.,
plot.ivmediate
) can be used to produce a plot of the estimated
effects along with their confidence intervals.
dc0, dc1point estimates for the local average causal mediation
effects under the control and treatment conditions.
dc0.ci, dc1.ciconfidence intervals for the local average causal
mediation effects. The confidence levels are set at the value specified in
'conf.level'.
dc0.issue, dc1.issuenumber of observations for which the numerical
integration via integrate
encountered computational problems
when calculating dc0 and dc1, respectively.
dc0.inf, dc1.infnumber of observations for which the numerical
integration produced non-finite values when calculating dc0 and dc1,
respectively. (Such values are excluded from the calculation of average
effects.)
dc0.sims, dc1.simsvectors of length 'sims' containing simulation
draws of local average causal mediation effects.
zc0, zc1point estimates for the local average natural direct
effects under the control and treatment conditions.
zc0.ci, zc1.ciconfidence intervals for the local average natural
direct effects.
zc0.issue, zc1.issuenumber of observations for which the numerical
integration encountered computational problems when calculating zc0 and
zc1, respectively.
zc0.inf, zc1.infnumber of observations for which the numerical
integration produced non-finite values for zc0 and zc1.
zc0.sims, zc1.simsvectors of length 'sims' containing simulation
draws of local average natural direct effects.
taucpoint estimate for the local average treatment effect.
tauc.ciconfidence interval for the local average treatment effect.
tauc.simsa vector of length 'sims' containing simulation draws of
the local average treatment effect.
bootlogical, the 'boot' argument used.
enca character string indicating the name of the 'enc' variable
used.
treata character string indicating the name of the 'treat' variable
used.
mediatora character string indicating the name of the 'mediator'
variable used.
conf.levelthe confidence levels used.
nobsnumber of observations in the model frame for 'model.t',
'model.m' and 'model.y'. May differ from the numbers in the original models
input to 'ivmediate' if 'dropobs' was 'TRUE'.
simsnumber of simulation draws used.