Re: [R-SIG-Mac] polynomial issue

2010-11-16 Thread Ben Bolker
On 10-11-05 07:05 PM, Ivan Cabrera wrote: > Hi all, I'm new to any programming and I've been doing some stuff in R > the last couple of month, I hope you can help me here… > This is not appropriate for this list (MacOS special interest group), please post it to the general R help list (r-h...@r

Re: [R-SIG-Mac] polynomial issue

2010-11-05 Thread Ken Beath
On 06/11/2010, at 12:30 PM, David Winsemius wrote: > > On Nov 5, 2010, at 7:05 PM, Ivan Cabrera wrote: > >> Hi all, I'm new to any programming and I've been doing some stuff in R the >> last couple of month, I hope you can help me here… >> >> I'm using lm() to do a 12 degree polynomial fit to

Re: [R-SIG-Mac] polynomial issue

2010-11-05 Thread David Winsemius
On Nov 5, 2010, at 7:05 PM, Ivan Cabrera wrote: Hi all, I'm new to any programming and I've been doing some stuff in R the last couple of month, I hope you can help me here… I'm using lm() to do a 12 degree polynomial fit to a series of data x,y. Then I built a polynomial using the coeffic

[R-SIG-Mac] polynomial issue

2010-11-05 Thread Ivan Cabrera
Hi all, I'm new to any programming and I've been doing some stuff in R the last couple of month, I hope you can help me here… I'm using lm() to do a 12 degree polynomial fit to a series of data x,y. Then I built a polynomial using the coefficients given by coef() function (replacing any NA