Skip to content
Prev 306484 / 398506 Next

problem with nls starting values

Bert Gunter <gunter.berton <at> gene.com> writes:
However, I will also point out that (from my experience and
others') nls is not the most robust optimizer ... you might consider
nlsLM (in the minpack.lm package), nls2 package, and/or doing nonlinear
least-squares by brute force using bbmle::mle2 as a convenient wrapper
for optim() or optimx().

  cheers
    Ben Bolker