Re: [R] Problem with aovlmer.fnc in languageR

2009-01-08 Thread Chuck Clifton
I have been corresponding with Harald Baayen about this problem, and it appears that something is broken with the mcmcsamp function that pvals.fnc calls. Running pvals.fnc on an lmer object actually changes the contents of the object (get a summary before and after running pvals.fnc and you'll see

[R] Problem with aovlmer.fnc in languageR

2008-11-26 Thread Mats Exter
Dear R list, I have a recurring problem with the languageR package, specifically the aovlmer.fnc function. When I try to run the following code (from R. H. Baayen's textbook): # Example 1: library(languageR) latinsquare.lmer <- lmer(RT ~ SOA + (1 | Word) + (1 | Subject),