[R] How does glm(family='binomial') deal with perfect sucess?

2007-03-20 Thread Mike Lawrence
Hi all, Trying to understand the logistic regression performed by glm (i.e. when family='binomial'), and I'm curious to know how it treats perfect success. That is, lets say I have the following summary data x=c(1,2,3,4,5,6) y=c(0,.04,.26,.76,.94,1)

Re: [R] How does glm(family='binomial') deal with perfect sucess?

2007-03-20 Thread Douglas Bates
On 3/20/07, Mike Lawrence [EMAIL PROTECTED] wrote: Hi all, Trying to understand the logistic regression performed by glm (i.e. when family='binomial'), and I'm curious to know how it treats perfect success. That is, lets say I have the following summary data x=c(1,2,3,4,5,6)