Displays a series of plots showing the posterior probability distributions of the parameters of interest.
plotAll(BESTobj, credMass = 0.95,
ROPEm = NULL, ROPEsd = NULL, ROPEeff = NULL,
compValm = 0, compValsd = NULL, compValeff = 0,
showCurve = FALSE, ...)
an object of class BEST
, as produced by the function BESTmcmc
.
the probability mass to include in credible intervals, or NULL to suppress plotting of the credible interval.
a two element vector, such as c(-1, 1)
, specifying the limit of the ROPE on the difference of means (for 2 groups) or the mean (for 1 group).
a two element vector, such as c(-1, 1)
, specifying the limit of the ROPE on the (difference of) standard deviations.
a two element vector, such as c(-1, 1)
, specifying the limit of the ROPE on the effect size.
logical: if TRUE, the posterior density will be represented by a kernel density function instead of a histogram.
a value for comparison with the (difference of) means.
a value for comparison with the (difference of) standard deviations.
a value for comparison with the effect size.
other graphical parameters (currently ignored).
Returns NULL invisibly. Used for the side effect.
The display has a series of panels displaying the posterior distributions of each of the parameters (and differences between groups) together with summary statistics; see plotPost
for details.
Also a chart showing approx. 30 plots of posterior predictive distributions, together with histograms of the original data.
Kruschke, J. K. 2013. Bayesian estimation supersedes the t test. Journal of Experimental Psychology: General 142(2):573-603. doi: 10.1037/a0029146
plot
for plots of individual parameters, summary
for values of the corresponding summary statistics and pairs
for a scatterplot matrix plot and correlation coefficients.
# NOT RUN {
# See examples in BEST-package.
# }
Run the code above in your browser using DataLab