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 ______________________________________________ [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.

