Re: [R] problems with glm

2006-01-15 Thread Prof Brian Ripley
= cbind(success, failure) ~ predictor, family = >> binomial, control = glm.control(epsilon = 1e-08, trace = TRUE, >> maxit = 50)) >> >> Coefficients: >> (Intercept)predictor >> 4.180e+00 -4.106e-07 >> >> Degrees of Freedom: 8 Total (i.e. Null);

Re: [R] problems with glm

2006-01-15 Thread Roland R Regoes
gt; Fax (if absolutely necessary):+61 7 3826 7304 > Mobile (rarely used):+61 4 1963 4642 > Home Phone: +61 7 3286 7700 > mailto:[EMAIL PROTECTED] > http://www.cmis.csiro.au/bill.venables/ > > > > -Original Message- > From: [

Re: [R] problems with glm

2006-01-15 Thread Bill.Venables
:[EMAIL PROTECTED] On Behalf Of Roland R Regoes Sent: Sunday, 15 January 2006 11:04 PM To: r-help@stat.math.ethz.ch Subject: [R] problems with glm Dear R users, I am having some problems with glm. The first is an error message "subscript out of bounds". The second is the fact that rea

[R] problems with glm

2006-01-15 Thread Roland R Regoes
Dear R users, I am having some problems with glm. The first is an error message "subscript out of bounds". The second is the fact that reasonable starting values are not accepted by the function. To be more specific, here is an example: > success <- c(13,12,11,14,14,11,13,11,12) > fa