Skip to content
Prev 42856 / 398506 Next

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

Uwe Ligges <ligges at statistik.uni-dortmund.de> writes:
If the $hat is 1, then the residual is theoretically zero and you
should get 0/0 == NA which would be much less trouble. 

Apparently, floating poing arithmetic makes it not quite so and you
get Inf in some cases. I'd expect that rs[hii==1] <- NA would fix
things up, although you might possibly need a fuzz factor (hii >
1-1e-10 or so).