Skip to content
Prev 246191 / 398506 Next

changing method of estimation in GLM

On 02.01.2011 12:32, ATANU wrote:
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