search for: itemtim

Displaying 1 result from an estimated 1 matches for "itemtim".

Did you mean: itemtime
2010 Apr 21
1
A question about plot.mcmc
...s 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() * <r-help@r-project.org> [[alternative HTML version deleted]]