plot.bbl {bbl} | R Documentation |
Plot bbl object
Description
Visualize bias and interaction parameters
Usage
## S3 method for class 'bbl'
plot(x, layout = NULL, hcol = NULL, Jcol = NULL, npal = 100, ...)
Arguments
x |
Object of class |
layout |
Matrix of layouts for arrangment of linear and interaction
parameters. If |
hcol |
Color for linear barplots. Grayscale if |
Jcol |
Color for interaction heatmaps. Default ( |
npal |
Number of color scales. |
... |
Other graphical parameters for |
Details
This method displays a barplot of bias parameters and heatmaps (one per response group) of interaction parameters. All parameters are offset by the pooled values (single group inference) unless missing.
[Package bbl version 1.0.0 Index]