search for: argonaut

Displaying 1 result from an estimated 1 matches for "argonaut".

2009 Oct 05
2
How to plot a Quadratic Model?
Good day for all, I'm a beginner aRgonaut, thus I'm having a problem to plot a quadratic model of regression in a plot. First I wrote: >plot(Y~X) and then I tried: >abline(lm(Y~X+I(X^2)) but "abline" only uses the first two of three regression coefficients, thus I tried: >line(lm(Y~X+I(X^2)) but a message error...