Hello, can anyone recommend an R package which can deal with nested random-effects ANOVA models? Cheers Syrvn -- View this message in context: http://r.789695.n4.nabble.com/R-package-for-nested-random-effects-ANOVA-models-tp4104374p4104374.html Sent from the R help mailing list archive at Nabble.com.
R package for nested random-effects ANOVA models
2 messages · syrvn, Ben Bolker
syrvn <mentor_ <at> gmx.net> writes:
Hello, can anyone recommend an R package which can deal with nested random-effects ANOVA models? Cheers Syrvn
lme in the nlme package; lmer in the lme4 package; and/or visit the r-sig-mixed-models list. Ben Bolker