plot.mediations: Plotting Indirect, Direct, and Total Effects from Multiple...

Description Usage Arguments Value Author(s) See Also

View source: R/mediations.R

Description

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.

Usage

1
2
3
## S3 method for class 'mediations'
plot(x, which = names(x), ask = prod(par("mfcol"))
  < length(which) && dev.interactive(), ...)

Arguments

x

output from the mediations function.

which

subset of names(x), indicating which model combinations to be plotted. Default is to plot all.

ask

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.

Value

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.

Author(s)

Dustin Tingley, Harvard University, dtingley@gov.harvard.edu; Teppei Yamamoto, Massachusetts Institute of Technology, teppei@mit.edu.

See Also

mediations, plot.mediate, plot.


mediation documentation built on Oct. 9, 2019, 1:04 a.m.