Why does the anova function not read the result of the aov function in subdivided parcels?

12 Views Asked by At

resultado<-aov(dados$PROD~dados$FAC1 + Error(dados$FAC1) + dados$FAC2 + dados$FAC1*dados$FAC2)

anova(resultado)

Error in UseMethod("anova") :

method not applicable for 'anova' applied to an object of class "c('aovlist', 'listof')"

0

There are 0 best solutions below