Re: [R] Fit a logit curve to the data

2008-03-13 Thread Ted Harding
On 13-Mar-08 22:56:16, Alfonso Pérez wrote: > Hello, my name is Alfonso. My data are 0 and 1 values in > the y axis and fish length in the x axis. I'm trying to get > a graph where it could be fitted a logit curve to my data, > how could I get it? Have a look at ?glm In particular (just go

[R] Fit a logit curve to the data

2008-03-13 Thread Alfonso Pérez
Hello, my name is Alfonso. My data are 0 and 1 values in the y axis and fish length in the x axis. I'm trying to get a graph where it could be fitted a logit curve to my data, how could I get it? Thank you in advance. _