swh:1:snp:5f57e6765d2496f35198fe80cf7f8204645fa340
Raw File
Tip revision: 71c1da171998a52421ad9aef59a5862c6503c2a9 authored by G. Grothendieck on 02 May 2022, 04:30:02 UTC
version 0.3-3
Tip revision: 71c1da1
README
The nls2 package has a single function, nls2, which can be used to 
sample an nls formula using grid, uniform random or Latin Hypercube sampling
returning the best result or all of them.  This can be useful for
generating starting values for nls.

It can also evaluate an nls formula at a point where the Jacobian is singular
(which cannot be done in nls).  This can be used to identify which parameters
are troublesome.  (See example 4 in the nls2 help file.)

It is easy to use for those familiar with nls since it has the same set of
arguments plus all=.  The algorithm= and start= arguments are expanded to
allow specificaiton of the additional functionality.

See the INSTALL file for installation instructions and the ?nls2 help file
for detailed documentation.
back to top