Re: [R] better curve

2007-11-21 Thread Julian Burgos
Hello Mysimbaa, If you want to fit a smooth line to your data, there are many ways to do it. One option is to use splines. See the smooth.spline() function. If you only want to add a line to highlight the trend in your data, that should be enough. But if you want to do more serious analytica

[R] better curve

2007-11-21 Thread mysimbaa
Hi R users, I have collected data which I plot(x,y).The problem it has oscillations. Now i'm trying to "make better" this curve with a smooth line. And then collect my new datas. But I don't know how doing this. Perhaps a linear regression ?? See .jpeg foto. Thanks for any help it will be give