Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I switched from SAS to R. I was using "SAS Code for Some Advanced Experimental Designs" as a reference whenever I had data from experimental design studies. With advanced experimental designs I always have difficult to come up with right R code. Specifically I have a tough time with mixed effects analysis. I couldn't find any comprehensive material for analyzing advance experimental designs in R. I'd highly appreciate if someone point out any such material. It'd be nice if someone translate these SAS Codes for Some Advanced Experimental Designs to R Code for Some Advanced Experimental Designs.

share|improve this question
1  
Interesting question. Of course, if there's a specific type of analysis that you know how to perform in SAS, but not in R, then that might make a good separate question here. – Jeromy Anglim Sep 22 '11 at 8:14
@JeromyAnglim: Thanks for your appreciation. 'Split-Plot Designs' (SPD), Split-Block (Strip-Plot) Designs (SBD) and Split-Split-Plot Design (SSPD) specifically in Mixed Model context. – MYaseen208 Sep 22 '11 at 8:44
1  
Have you seen this? cran.r-project.org/web/views/ExperimentalDesign.html – Roman Luštrik Sep 22 '11 at 8:49
@RomanLuštrik: Thanks for pointing cran.r-project.org/web/views/ExperimentalDesign.html. I already looked it. My question is much related to R codes. Thanks – MYaseen208 Sep 22 '11 at 9:00

1 Answer

up vote 3 down vote accepted

Here are a few resources for performing various types of mixed and factorial ANOVA in R:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.