Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotsample

Plotting Sampling Paths


Description

Plots sampling paths obtained with MCMC-sampling in BayesX

Usage

plotsample(data, ask = TRUE, ...)
plotsample.coda(data, ask = TRUE, ...)

Arguments

data

Either the name of a file or a data frame containing the sample.

ask

plotsample will plot separate sampling paths for each parameter. If ask=TRUE, the user will be prompted before showing the next plot.

...

Further parameters to be passed to the internal call of plot such as ylim, etc.

Details

plotsample simply plots sampling paths while plotsampe.coda makes use of the plotting facilities available in package coda.

Author(s)

Felix Heinzl, Andreas Brezger, Thomas Kneib

See Also

Examples

res <- read.table(system.file("examples/nonparametric_f_x_pspline_sample.raw",
                              package="BayesX"), header=TRUE)
plotsample(res)

BayesX

R Utilities Accompanying the Software Package BayesX

v0.3-1
GPL-2 | GPL-3
Authors
Nikolaus Umlauf [aut, cre], Thomas Kneib [aut], Nadja Klein [aut], Felix Heinzl [ctb], Andreas Brezger [ctb], Daniel Sabanes Bove [ctb]
Initial release
2019-08-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.