Plotting Sampling Paths
Plots sampling paths obtained with MCMC-sampling in BayesX
plotsample(data, ask = TRUE, ...) plotsample.coda(data, ask = TRUE, ...)
data |
Either the name of a file or a data frame containing the sample. |
ask |
|
... |
Further parameters to be passed to the internal call of |
plotsample
simply plots sampling paths while plotsampe.coda
makes use of the plotting facilities available in package coda
.
Felix Heinzl, Andreas Brezger, Thomas Kneib
res <- read.table(system.file("examples/nonparametric_f_x_pspline_sample.raw", package="BayesX"), header=TRUE) plotsample(res)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.