plotsample {BayesX} | R Documentation |
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 |
|
... |
Further parameters to be passed to the internal call of |
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
drawmap
,plotautocor
,plotnonp
,plotsurf
,
Examples
res <- read.table(system.file("examples/nonparametric_f_x_pspline_sample.raw",
package="BayesX"), header=TRUE)
plotsample(res)
[Package BayesX version 0.3-3 Index]