[R] nls problem

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Dec 21 08:41:39 CET 2005


On Tue, 20 Dec 2005, Weijie Cai wrote:

> Hi list,
>
> I tried to use nls to do some nonlinear least square fitting on my data with
> 340 observations and 10 variables, but as I called nls() function, I got
> this error message:
> Error in qr.qty(QR, resid) : 'qr' and 'y' must have the same number of rows
> Then I traced back a little bit into nls() function, the error seemed to
> happen when calling nlsiter() internal function, but I did not find any clue
> calling qr.qty() function in nls.c. I searched around mailing list, there
> were some posts about this message but none of them were clearly solved. I
> wonder if anybody solved this problem? (Bate's example worked, though)

Please don't quess.  qr.qty(QR, resid) appears in nlsModel, and 
traceback() would tell you where the error can from.

If you study the posting guide you should be able to come up with a 
report we can help you with, e.g. by giving a reproducible example, giving 
your R version ....

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list