MPTmultiverse (version 0.2-0)

plot.multiverseMPT: Plot multiverseMPT

Description

Plot the results from a multiverse MPT analysis.

Usage

# S3 method for multiverseMPT
plot(x, which = "est", save = FALSE, ...)

Arguments

x

An object of class multiverseMPT.

which

Character. Which information should be plotted? Possible values are "est" for parameter estimates, "test_between" for between-subjects comparisions, "gof1" for overall goodness-of-fit statistics, and "gof2" for group-wise goodness-of-fit statistics.

save

Logical. Indicates whether the plot should also be saved as a .pdf file.

...

ignored.