plotIncl: Use the image function to plot the variables included at each...

Description Usage Arguments Details Value Examples

View source: R/plot.R

Description

This lets you view the presence or absence of a coefficient in the model sampeld over N MCMC chains. Positive values and negative values are colored differently, which lets you assess the stability of the sign over different models.

Usage

1
2
plotIncl(model, col_labs = NULL, font = "serif",
  colors = c("#99004C", "#1c1c1c", "#0065CC"), ...)

Arguments

model

the runjags object

col_labs

column labels

font

font for the axis labels. Defaults to "serif"

colors

colors defaults to magenta, dark grey, and blue, c("#99004C", "#1c1c1c", "#0065CC")

...

other arguments to image()

Details

An example of output:

Value

an image

Examples

1

abnormally-distributed/Bayezilla documentation built on Oct. 31, 2019, 1:57 a.m.