Rdocumentation
powered by
Learn R Programming
BayesianFirstAid (version 0.1)
plot.bayes_cor_test: Summary plot of a bayes.cor.test object
Description
Produces a histogram of the posterior of the correlation parameter rho, and a scatterplot with the data and the posterior predictive density.
Usage
"plot"(x, xlim = NULL, ylim = NULL, ...)
Arguments
x
the resulting object from a
bayes.cor.test
run
xlim,ylim
the limits of the scatterplot, if NULL then reasonable limits will be calculated automatically.