Skip to content
Prev 369860 / 398503 Next

R_using non linear regression with constraints

I've seen a number of problems like this over the years. The fact that the singular values of the Jacobian have
a ration larger than the usual convergence tolerances can mean the codes stop well before the best fit. That is
the "numerical analyst" view. David and Jeff have given geometric and statistical arguments. All views are useful,
but it takes some time to sort them all out and make sense of the problem as a whole. Right now I'm getting ready
to go to UseR!, so probably won't have time to spend sorting things out, though I'll have a go if I get time.

David: Did you get a crash with the Mac version of nlsr? (You have the latest version I uploaded to CRAN.)
I don't have Mac, just Linux and a very ancient Win XP. I suspect the latter is too old to take seriously. I use 
Win-Builder for package checks. I don't think there's anything seriously wrong with nlsr functions, but there is
more to be done to the vignettes and better manual pages are always desirable. It is the vignettes that are
popping up warnings on CRAN checks, and I'll see if I can fix those.

Cheers, JN
On 2017-06-18 06:23 PM, Jeff Newmiller wrote: