Skip to content
Back to formatted view

Raw Message

Message-ID: <4D209141.9090403@statistik.tu-dortmund.de>
Date: 2011-01-02T14:52:49Z
From: Uwe Ligges
Subject: changing method of estimation in GLM
In-Reply-To: <1293967955520-3170836.post@n4.nabble.com>

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