Skip to content
Prev 8923 / 398502 Next

Confidence Limits for Non-Linear Regression

On Fri, 12 Jan 2001, Dieter Menne wrote:

            
Probably your problem is too hard for profile.nls.  I don't see that this
is much to do with confint.nls:  that calls profile[.nls] and the
latter is failing.  `the method' that is not converging is nls as called by
profile[.nls], I think.

I had thought if you turn tracing on, you would see the area in parameter
space where profile.nls gets in trouble, but profiling seems to turn it
off.  You could try increasing maxiter in nls.control.

Incidentally to Doug Bates: the `trace' argument of nls is missing from the
described arguments.