plotting polynomials in R

82 views Asked by At

I have successfully power fit the relationship between two variables using lm() with poly(x,2) argument via a package from a prof of mine, and now I would like to add the poly curve to the existing scatterplot; how do I do this in the simplest way?

0

There are 0 answers