spikePlot: Plot a large number of variable values as vertical lines

Description Usage Arguments Value Examples

View source: R/spikePlot.R

Description

Plot a large number of variable values as vertical lines

Usage

1
2
3
spikePlot(x, estimate = "median", keeppars = "beta",
  droppars = c("ySim", "log_lik", "lp__"), main.title = "Parameters",
  lwd = 2.5, cex.axis = 0.85, mar = c(4.25, 4.25, 2.25, 1))

Arguments

x

the model

estimate

"median" (the default) or "mean"

keeppars

The list of specific variables to keep if passing an runjags object. Defaults to "beta"

droppars

list of parameters to exclude

main.title

defaults to "parameters"

lwd

line width. defaults to 2.5

cex.axis

axis text size. defaults to .85.

mar

adjustable margins if needed. Defaults to c(4.25, 4.25, 2.25, 1)

Value

a plot

Examples

1

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