search for: latinsquare

Displaying 3 results from an estimated 3 matches for "latinsquare".

2008 Nov 26
1
Problem with aovlmer.fnc in languageR
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), data = latinsquare) x <- pvals.fnc(latinsquare.lmer, withMCMC = TRUE) aovlmer.fnc(latinsquare.lmer, mcmc = x$mcmc, which = c("SOAmedium",...
2013 Jan 23
0
Mixed effects para factores y no para covariables. Guia y dudas
...----------------------------------------- # Cargo paquetes rm(list=ls()) require(lme4) require(multcomp) require(languageR) require(LMERConvenienceFunctions) #--------------------------------------------------------------------------------------------------------- # Mirams los datos data(latinsquare) head(latinsquare) summary(latinsquare) #--------------------------------------------------------------------------------------------------------- mod <- lmer(formula= RT ~ SOA+Word +(1|Subject), data=latinsquare) mod # ¿Creamos inteacción? Esto no se si es muy correcto latinsquare$SoaWor...
2009 Mar 09
5
Help
...59-15; format=flowed > > 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), > data = latinsquare) > x <- pvals.fnc(latinsquare.lmer, > withMCMC = TRUE) > aovlmer.fnc(latinsquare.lmer, > mcmc = x$mcmc, > which =...