Re: [R] changing method of estimation in GLM

2011-01-03 Thread ATANU
can you please explain me this with an example(preferably NEWTON RAPHSON METHOD)? -- View this message in context: http://r.789695.n4.nabble.com/changing-method-of-estimation-in-GLM-tp3170836p3172088.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] changing method of estimation in GLM

2011-01-02 Thread Ben Bolker
ATANU gmail.com> writes: > can anyone tell me how can i control the method of estimation (i.e. scoring > method or Newton raphson method) in glm and compute deviance function ? I don't think you can; you would have to write your own, although you can take advantage of the framework of the cur

Re: [R] changing method of estimation in GLM

2011-01-02 Thread Uwe Ligges
On 02.01.2011 12:32, ATANU wrote: can anyone tell me how can i control the method of estimation (i.e. scoring method or Newton raphson method) in glm and compute deviance function ? See ?glm. With method="model.frame" the model frame is returned and you can do any fitting yourself. Defaul

[R] changing method of estimation in GLM

2011-01-02 Thread ATANU
can anyone tell me how can i control the method of estimation (i.e. scoring method or Newton raphson method) in glm and compute deviance function ? -- View this message in context: http://r.789695.n4.nabble.com/changing-method-of-estimation-in-GLM-tp3170836p3170836.html Sent from the R help mai