Skip to content

anovas ss typeI vs typeIII

1 message · Helios de Rosario

#
Hi, you should give more details of your problem (at least some output,
as Peter Daalgard says). But you are probably asking for something like
this:
http://www.r-bloggers.com/anova-%E2%80%93-type-iiiiii-ss-explained/
or many other webpages that you may find if you Google or R-seek with
keywords like "anova" "type i", "type iii", etc.

If you have within-subjects factors, the same commands will not give
you a sensible result. If you want to use Anova() for that, you should
use the arguments "idata", "idesign", etc., as explained in the help
page of that function, or in the web appendix to the "CAR" book:
http://socserv.mcmaster.ca/jfox/Books/Companion/appendix/Appendix-Multivariate-Linear-Models.pdf

Helios De Rosario