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 bbl

layout

Matrix of layouts for arrangment of linear and interaction parameters. If NULL, the top half will be used for linear parameter barplot and bottom half will be divided into interaction heatmaps for each response group.

hcol

Color for linear barplots. Grayscale if NULL.

Jcol

Color for interaction heatmaps. Default (NULL) is RdBu from RColorBrewer.

npal

Number of color scales.

...

Other graphical parameters for plot.

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]