Re: [R] bigglm binomial negative fitted value

2012-05-31 Thread Yue Guan
Thank you very much. I do overlook something. On Thu, May 31, 2012 at 5:20 PM, Thomas Lumley wrote: > On Fri, Jun 1, 2012 at 1:17 AM, Yue Guan wrote: >> Hi, there >> >> Since glm cannot handle factors very well. I try to use bigglm like this: >> >> logit_mo

[R] bigglm binomial negative fitted value

2012-05-31 Thread Yue Guan
Hi, there Since glm cannot handle factors very well. I try to use bigglm like this: logit_model <- bigglm(responser~var1+var2+var3, data, chunksize=1000, family=binomial(), weights=~trial, sandwich=FALSE) fitted <- predict(logit_model, data) only var2 is factor, var1 and var3 are numeric. I ex