Re: [R] fitting a hyperbole

2008-09-21 Thread Rolf Turner
On 21/09/2008, at 10:38 AM, Peter Dalgaard wrote: stephen sefick wrote: I am not sure if I am exaggerating or not read title as hyperbola On Sat, Sep 20, 2008 at 2:20 PM, stephen sefick <[EMAIL PROTECTED]> wrote: I have got a data set that is Gross Primary Productivity ~ Total Suspended

Re: [R] fitting a hyperbole

2008-09-20 Thread Peter Dalgaard
stephen sefick wrote: I am not sure if I am exaggerating or not read title as hyperbola On Sat, Sep 20, 2008 at 2:20 PM, stephen sefick <[EMAIL PROTECTED]> wrote: I have got a data set that is Gross Primary Productivity ~ Total Suspended Solids it is a hyperbola just like: plot(1/c(1:1000))

Re: [R] fitting a hyperbole

2008-09-20 Thread stephen sefick
I am not sure if I am exaggerating or not read title as hyperbola On Sat, Sep 20, 2008 at 2:20 PM, stephen sefick <[EMAIL PROTECTED]> wrote: > I have got a data set that is Gross Primary Productivity ~ Total > Suspended Solids it is a hyperbola just like: > plot(1/c(1:1000)) > > how do I model thi

[R] fitting a hyperbole

2008-09-20 Thread stephen sefick
I have got a data set that is Gross Primary Productivity ~ Total Suspended Solids it is a hyperbola just like: plot(1/c(1:1000)) how do I model this relationship so that I can get all of the neat things that lm gives residuals etc. etc. so that I can see if my eyeball model stands up. Thanks for