[R] Crosscorr.plot
Dieter Menne
dieter.menne at menne-biomed.de
Tue Jun 10 19:10:44 CEST 2008
Doran, Harold <HDoran <at> 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 version of lme4,
Windows, and
2.8.0 Under development (unstable) (2008-05-24 r45774)
> x6 <- mcmcsamp(fm1, n=1000)
Error in .local(object, n, verbose, ...) :
Code for non-trivial theta_T not yet written
> crosscorr.plot(x6)
Error: could not find function "crosscorr.plot"
Dieter
More information about the R-help
mailing list