plotsample | R Documentation |
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
drawmap
,plotautocor
,plotnonp
,plotsurf
,
res <- read.table(system.file("examples/nonparametric_f_x_pspline_sample.raw",
package="BayesX"), header=TRUE)
plotsample(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.