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. Default is scoring (in particular: IWLS).

Uwe Ligges

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to