Skip to content

(no subject)

3 messages · Aad Termorshuizen, Benilton Carvalho, Stefan Grosse

#
imprecise are our eyes :)

check where 4336.543 actually is and note how the range of the data  
confused you.

plot(a~b)
abline(model)
abline(h=4336.543, v=10)

b
On Mar 11, 2008, at 11:27 AM, Aad Termorshuizen wrote:

            
#
On Tuesday 11 March 2008 04:27:12 pm Aad Termorshuizen wrote:
AT> # So my QUESTION is: is abline imprecise or am I making errors?

Either you are not precise or I did not got your problem.

plot(a~b)
abline(model)
points(10,4336,col="red")

as you see the predicted point (red) is exactly at the abline-line.

Stefan