[R] Problem with Crawley book example

Ronaldo Reis-Jr. chrysopa at gmail.com
Tue Apr 4 19:59:07 CEST 2006


Em Terça 04 Abril 2006 13:52, Dimitris Rizopoulos escreveu:
> change the number of EM iterations and try again, this has worked for
> me, some times, when I received the same error message as you did,
> i.e.,
>
> library(nlme)
> model <- lme(height ~ seed, random = ~ time | rep / seed, control =
> list(niterEM = 10))
>
> However, this type of error message might imply that your model is
> over-parameterized.
>
> I hope it helps.
>
> Best,
> Dimitris

Dimitris,

thanks, but it dont work.

model <- lme(height~seed,random=~time|rep/seed,control=list(niterEM = 10))
Erro em lme.formula(height ~ seed, random = ~time | rep/seed, control = 
list(niterEM = 10)) : 
	iteration limit reached without convergence (9)
> model <- lme(height~seed,random=~time|rep/seed,control=list(niterEM = 100))
Erro em lme.formula(height ~ seed, random = ~time | rep/seed, control = 
list(niterEM = 100)) : 
	iteration limit reached without convergence (9)
> model <- lme(height~seed,random=~time|rep/seed,control=list(niter = 100))
Erro em lme.formula(height ~ seed, random = ~time | rep/seed, control = 
list(niter = 100)) : 
	iteration limit reached without convergence (9)

Inte
Ronaldo
-- 
	O oposto do amor nao e o odio e sim, a indiferenca.
		--  Erico Verissimo 
--
|>   // | \\   [***********************************]
|   ( õ   õ )  [Prof. Ronaldo Reis Júnior          ]
|>      V      [UFV/DBA-Entomologia                ]
|    /     \   [36570-000 Viçosa - MG              ]
|>  /(.''`.)\  [Fone: 31-3899-4007                 ]
|  /(: :'  :)\ [chrysopa at insecta.ufv.br            ]
|>/ (`. `'` ) \[ICQ#: 5692561 | LinuxUser#: 205366 ]
|    ( `-  )   [***********************************]
|>>  _/   \_Powered by GNU/Debian Testing




More information about the R-help mailing list