Description Usage Arguments Value Author(s) Examples
Generates posterior trace plots for a R2BGLiMS results object
1 2 3 4 5 6 7 8 9 10 |
results |
A |
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). |
predictors.only |
If true only chain plots for predictors are plotted (and intercept, likelihood etc. are excluded). Default is FALSE. |
file |
PDF path |
add.to.title |
Optional character string to add to the start of each plot title |
par.mfrow |
Allow passing the mfrow layout vector to par. Default par(mfrow=c(5,2)) |
add.panel.labels |
Add lower case letter labels to panel titles. Default FALSE. Note: Does not work when providing a var.dictionary |
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)
TracePlots(biopsyResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.