Skip to content
Prev 42855 / 398506 Next

error message in plot(aov-object) -- repost

Pascal A. Niklaus wrote:

            
Without the data nobody was able to reproduce your problem ..


plot.lm() produces the error message, in particular the lines

    hii <- lm.influence(x, do.coef = FALSE)$hat

which appears to be 1 in some cases, and

    rs <- r.w/(s * sqrt(1 - hii))

(you get a division by zero and the outcome is Inf, hence it's not 
possible to scale the plot any more).


I'd call it a bug, but I don't know what the bug really is. I'll think 
about it...


Uwe Ligges