Skip to content

forestPlot

forestPlot(trace, variables?, hdi?, options?): any

Defined in: mc/src/utils/visualize.js:395

Generate forest plot specification Shows posterior summaries with credible intervals

Parameters

trace

any

MCMC trace object

variables?

string[] = null

Variable names to plot

hdi?

number = 0.95

Highest Density Interval (default 0.95)

options?

any = {}

Plot options

Returns

any

Plot specification with .show() method