Function to plot results from multiple causal mediation analyses conducted via the mediations
funciton. Output is a series of plots generated via plot.mediate
for each treatment/mediator/outcome combination specified in the input 'mediations' object.
# S3 method for mediations
plot(x, which = names(x),
ask = prod(par("mfcol")) < length(which) && dev.interactive(), ...)
output from the mediations function.
subset of names(x), indicating which model combinations to be plotted. Default is to plot all.
logical. If 'TRUE', the user is asked for input before a new figure is plotted. Default is to ask only if the number of plots on current screen is fewer the number implied by 'which'.
arguments passed to the plot.mediate
function for individual plots.
mediations
returns an object of class mediations
. The function summary
is used to
obtain a table of the results. The plot function instead plots these quantities. All additional parameters desired
for the plotting of an output from mediate
can be passed through.