My project is conducted as Augmented Design at filed. For doing ANOVA I am looking for SAS software code. I could not find a complete SAS code for ANOVA and means comparison. Can someone help me out?
I found this from North Carolina State University. I might be able to help a bit more if this is not enough. It has been a long time since I had to deal with incomplete block designs. You can find more by searching the internet for "augmented designs statistics" and going from there.
I tried to access your suggested article for ANOVA by http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_anova_sect012.htm address, but that was impossible!
Just FYI: I tried the link and had no problem, except that it just took me to the SAS-Stat manual. There were no examples with an augmented design in the examples, and it is difficult to read the manual and figure out how to do this sort of analysis. You could see the article by going to the SAS.com home page and working through the SAS-STAT manual.
Which varieties were significantly better than the best control (C2)? What type of multiple comparison tests are you utilizing?
For unbalanced data sets that involve both random and fixed factors, the use of mixed models is recommended. Is this data unbalanced? Which factor is random? Which is fixed?
Analyze the data in SAS using PROC MIXED. The syntax is similar to PROC GLM, except that random effects are not included in the MODEL statement in PROC MIXED.
If you have enough data you could also use Proc Glimmix like this. The plots= statement gives you plots of the residuals that can be used to help assess model assumptions. Adjust=Tukey gives the Tukey multiple comparison test. There are other options.
Dear Ahmad Mahdavi Thank you very much for sharing the macro, it has jsut helped me; I was actually stacked on this issue as the iasri link for the macro is not accessible right now. Please can you help me with more details as to get the CD (1%, 5%) as the macro does not give that. I highly appreciate. Thank you
To Atefeh Sabouri Atefeh Sabouri Thank you very much for the question!!