[R] lme: problems with corARMA

Stephan Moratti stephan.moratti at uni-konstanz.de
Fri Jul 30 14:29:46 CEST 2004


Trying following example from Pinheiro and Bates in order to fit an
ARMA(1,1) model:

library(nlme)
fm1Ovary.lme<-lme(follicles~sin(2*pi*Time)+cos(*pi*Time),data=Ovary,random=p
dDiag(~sin(2*pi*Time)))
fm5Ovary.lme<-update(fm1Ovary.lme,corr=corARMA(p=1,q=1))

I get follwing error message:

Error in "coef<-.corARMA"(`*tmp*`, value = c(62.3428455941166,
62.3428517930051 : 
        Coefficient matrix not invertible

Does somebody know why it doesn't work ?

Stephan Moratti



-----------------------------
Dipl. Psych. Stephan Moratti
Dept. of Psychology
University of Konstanz
P.O Box D25
Phone: +40 (0)7531 882385
Fax: +49 (0)7531 884601
D-78457 Konstanz, Germany

e-mail: Stephan.Moratti at uni-konstanz.de
http://www.clinical-psychology.uni-konstanz.de/




More information about the R-help mailing list