Skip to content
Prev 101676 / 398500 Next

Bug in lowess

Prof Brian Ripley wrote:
Thank you Brian.  It seems that no matter what is the right answer, the 
answer currently returned on my system is clearly wrong.  lowess()$y 
should be constrained to be within range(y).

lowess(x,y,iter=0) provides a reasonable solution in this case; I just 
don't know how to automatically force iter=0.

Frank