search for: aovlmer

Displaying 5 results from an estimated 5 matches for "aovlmer".

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,...
2013 Jan 23
0
Mixed effects para factores y no para covariables. Guia y dudas
...square$SOA, latinsquare$Word)) modI <- lmer(formula= RT ~ SoaWord +(1|Subject), data=latinsquare) #--------------------------------------------------------------------------------------------------------- # Manera más complicada languageR. mcmc <- pvals.fnc(mod, nsim=1000, withMCMC=TRUE) aovlmer.fnc(mod, mcmc= mcmc$mcmc, which=c("SOAmedium", "SOAshort")) aovlmer.fnc(mod, mcmc= mcmc$mcmc, which=c("WordW10", "WordW11", "WordW12", "WordW2" , "WordW3" , "WordW4", "WordW5" , "WordW6" ,"Word...
2008 Oct 29
0
reporting interactions of factors in linear mixed effects models
....000 var3 -0.010 0.004 -2.446 0.014 ... facA2:facB2 0.018 0.008 2.163 0.031 facA2:facC2 0.035 0.011 3.268 0.001 facA2:facC3 0.045 0.010 4.708 0.000 And here is the analysis of variance table, obtained with aovlmer.fnc in the languageR package: Df Sum Sq Mean Sq F value F Df2 p facA 1 1.469e-02 1.469e-02 0.3841 0.3841 9225.0 0.5 facB 1 0.7 0.7 18.1221 18.1221 9225.0 2.092e-05 facC 2 14.4 7.2 188.8753 188.8753 9225.0 0.0 varA...
2008 Feb 22
3
Mixed model Nested ANOVA
hello R help I am trying to analyze a data set that has been collected from a hierarchical sampling design. The model should be a mixed model nested ANOVA. The purpose of my study is to analyze the variability at each spatial scale in my design (random factors, variance components), and say something about the variability between regions (fixed factor, contrast of means). The data is as
2009 Mar 09
5
Help
...lue? (Charlie Brush) > 37. Re: multiple imputation with fit.mult.impute in Hmisc - how > to replace NA with imputed value? (Frank E Harrell Jr) > 38. Re: Chi-Square Test Disagreement (Berwin A Turlach) > 39. Re: Chi-Square Test Disagreement (Andrew Choens) > 40. Problem with aovlmer.fnc in languageR (Mats Exter) > 41. Re: S4 slot containing either aov or NULL (Matthias Kohl) > 42. Re: Chi-Square Test Disagreement ( (Ted Harding)) > 43. Re: Error in sqlCopy in RODBC (BKMooney) > 44. Smoothed 3D plots (Jorge Ivan Velez) > 45. Re: weighted ftable (Andrew Choen...