Hi,

I would like to test the normality of errors in an split-plot design using R.

I used the following program:

anava = aov(ganhos ~ Blocos + Trat*Supl + Error(Blocos/Trat))
summary(anava)

bartlett.test(ganhos, Trat)
bartlett.test(ganhos, Supl)

How can I test the normality of the errors?

Thanks,

--------------------------------------
Silvano Cesar da Costa
Departamento de Estatística
Universidade Estadual de Londrina
Fone: 3371-4346

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to