Dear List members,
I am using R to generate MCMC time series plots.
This is the code I use; however, everytime an error message will come out
saying could not find function "plot.mcmc."
I have coda package and Lattice package installed.
Does anyone know what may get wrong here? Thanks so much for your
suggestions.
Hongli Li
*library (coda)
dat1=read.csv("Itemtime.csv")
col=dim(dat1)[2]
dat1=dat1[,3:col]
pdf("Itemtime.pdf")
plot.mcmc(as.mcmc(dat1),ask=FALSE)
dev.off()
* <[email protected]>
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.