[R] gls: Newton-Raphson or EM?

Douglas Bates bates at stat.wisc.edu
Wed Apr 20 03:48:44 CEST 2005


Dimitris Rizopoulos wrote:
> Hi Brendan,
> 
> according to
> 
> @Book{pinheiro.bates:00,
>   author    = {J. Pinheiro and D. Bates},
>   title     = {Mixed-Effects Models in S and S-PLUS},
>   year      = {2000},
>   address   = {New York},
>   publisher = {Springer-Verlag}
> }
> 
> Section 2.2.8, the optimization procedure for lme (so I suspect also
> for gls) is a hybrid algorithm which starts as EM for 25 iterations
> and then switches to Newton-Raphson.
> 
> Best,
> Dimitris
> 
> ----
> Dimitris Rizopoulos
> Doctoral Student
> Biostatistical Centre
> School of Public Health
> Catholic University of Leuven
> 
> Address: Kapucijnenvoer 35, Leuven, Belgium
> Tel: +32/16/396887
> Fax: +32/16/337015
> Web: http://www.med.kuleuven.ac.be/biostat/
>      http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm

True, but it looks as if Brendan is asking about the gls function, which 
uses one of R's unconstrained optimizers (either nlm or optim) without 
any EM iterations.

> 
> 
> ----- Original Message ----- 
> From: "Brendan A. Klick" <bklick at jhsph.edu>
> To: <r-help at stat.math.ethz.ch>
> Sent: Thursday, August 26, 2004 7:08 PM
> Subject: [R] gls: Newton-Raphson or EM?
> 
> 
> 
>>Hello,
>>
>>Does anyone know whether the gls function in the nlme library uses
> 
> the Newton-Raphson or EM algorithm to find the restricted
> log-likelihood or maximum log-likelihood estimates?
> 
>>Brendan Klick
>>bklick at jhsph.edu




More information about the R-help mailing list