Description Usage Arguments Value Author(s) Examples
View source: R/AutocorrelationPlot.R
Generates an autocorrelation plot from a Java MCMC results class object
1 2 3 4 5 6 7 8 9 10 11 12 13 |
results |
A |
plot.title |
Optionally specify a title for the plot. |
file |
Path to a PDF to print plot to. |
include.var.names.on.x.axis |
Include variable names perpendicularly below the x-axis. Turn off if it looks too crowded. |
covariates.to.include |
Character vector indicating a subset of covariates to include in the plot. |
var.dictionary |
Character vector containing a mapping of covariate names to substitutions for the plot. The names of the elements are the variable names as in the original analysis (i.e. as named in the results object). |
include.post.probs |
Include a barplot of posterior probabilities at the top. |
cex.x.axis.ticks |
Control the size of tick marks for the covariates along the X-axis. Decrease if there are many. |
cex.y.axis.ticks |
Control the size of tick marks for the Y-axis. |
cex.y.axis.labels |
Control the size of the y-labels. Decrease if these are not fitting on. |
mar.for.varnames |
Margin size for the bottom axis. Default is 8 so there is room for perpendicular variable names. Decrease if not using variable names. |
NA
Paul Newcombe
1 2 3 4 5 6 | library(R2BGLiMS)
### --- Logistic regression with two model space prior components
# Load results from the biopsy logistic regression analysis (see R2MHRJ examples)
data(biopsyResults)
AutocorrelationPlot(biopsyResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.