historyplot: Function to plot history (trace) plots of the Markov chains...

Description Usage Arguments Details Value Author(s) Examples

View source: R/historyplot.R

Description

Draws history (trace) plots for the Markov chains in a STAN- or WinBUGS-object

Usage

1
historyplot(fit, parameter)

Arguments

fit

a model fit obtained by STAN or WinBUGS

parameter

the name, a character, of the parameter for which the history plot should be drawn

Details

can only handly one or two dimensional parameters up to now.

Value

gives a plot

Author(s)

Fraenzi Korner

Examples

1
2
3
4
5
## Not run: 
fit <- stan(....)
historyplot(fit, parameter="alpha")

## End(Not run)

blmeco documentation built on Dec. 5, 2019, 5:09 p.m.