By accident I came across the following example:

x <- 1:3
y <- 1:3
line(x, y) # returns:

Call:
line(x, x)

Coefficients:
[1]  -2   2


While when using 1:4, it will give the more reasonable 0,1 coefficients.

I imagine this is in the way it calculate the quantiles (i.e.: a "feature").
Can someone help in explaining this?


Thanks,
Tal









----------------Contact
Details:-------------------------------------------------------
Contact me: tal.gal...@gmail.com |
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to