2
My treatment is in tracks and I am using as a basis the script taken from the book "Agricultural Experimentation" Kronha & Banzatto pg 161, accessed by website.
I intend to perform the Anova and then the test to define the interactions:
ex08.anovaRA<-anova(ex08.av$'bloco:camada')
ex08.anovaRA
Testing layer factor
require(agricolae)
HSD.test(pH,camada,ex08.anovaRA$Df[2],ex08.anovaRA$Mean[2],alpha=0.05)
After putting this on RStudio
, it runs, no errors appear, but no comparison table appears. What may be missing from my script?
Please enter your database in the question with the command:
dput(dados)
. The link informed does not work.– neves
The question is clear and objective. I do not understand why it was closed.
– Daniel Falbel