Skip to content
Prev 97208 / 398498 Next

HELP with NLME

Have you tried fitting the model with "verbose=TRUE" and possibly 
also "control=nlmeControl(msVerbose=TRUE)"?

	  Also, have you consulted Pinheiro and Bates (2000) Mixed-Effects 
Models in S and S-PLUS (Springer)?  That book contains several examples 
of use of lme and nlme.  R script files named "ch01.R", "ch02.R", ..., 
"ch06.R", "ch08.R" can be found in "~R\library\nlme\scripts", where 
"~R\" is your R installation directory.  If you work through these files 
one line at a time until you think you understand it all, you might get 
an answer to your question.

	  If this fails to produce answer your question, I would try to find a 
much simpler and self contained example that still returns your error 
message.  I might do this by removing terms from the model, removing 
parameters from the model, etc., trying to write a very few lines of 
code that would produce a data set that will still generate the error 
message you see.

	  Hope this helps.
	  Spencer Graves
p.s.  Is it feasible for you to upgrade to R2.3.1?  R2.1 is by now 
rather old.
Loki Natarajan wrote: