Re: [R] Crosscorr.plot

2008-06-10 Thread Doran, Harold
f Dieter Menne > Sent: Tuesday, June 10, 2008 1:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [R] Crosscorr.plot > > Doran, Harold air.org> writes: > > > > > Just out of curiosity, why might this be occuring: > > > > > class(x6) > > [1]

Re: [R] Crosscorr.plot

2008-06-10 Thread Dieter Menne
Doran, Harold air.org> writes: > > Just out of curiosity, why might this be occuring: > > > class(x6) > [1] "mcmc" > > crosscorr.plot(x6) > NULL > > # Replicable code > > example(lmer) > x6 <- mcmcsamp(fm1, n=1000) > crosscorr.plot(x6) > I cannot reproduce this with the Current Sourceforge

Re: [R] Crosscorr.plot

2008-06-10 Thread Prof Brian Ripley
I presume that this is the function from package coda (not mentioned and we have no sessionInfo() and the 'replicable code' does not work). On Mon, 9 Jun 2008, Doran, Harold wrote: Just out of curiosity, why might this be occuring: class(x6) [1] "mcmc" crosscorr.plot(x6) NULL And what d