Displaying 1 result from an estimated 1 matches for "bestdf".
Did you mean:
testdf
2007 Mar 27
0
Error when calling residual.plots() on an ANOVA object
...1 1 1 1 1 ...
I would like to plot the residuals for my 5 factors, but when I call
the function residual.plots(), only the first 3 plots (comm.strat,
migr.freq, max.cpu) are done and then I obtain an error:
> anova.ax3<-aov(best~(comm.strat+migr.freq+max.cpu+instance
+max.iter)^2,data=BestDF)
> summary(anova.ax3)
Df Sum Sq Mean Sq F value Pr(>F)
comm.strat 3 5.3 1.8 2.5530 0.0538 .
migr.freq 1 246.9 246.9 358.8027 < 2.2e-16 ***
max.cpu 1 201.6 201.6 292.8771 < 2.2e-16 ***
insta...