Skip to content
Prev 3419 / 63424 Next

nlm and optional arguments

On Mon, 6 Mar 2000, Ben Bolker wrote:

            
Well, ms and nlminb work that way in S-PLUS, and optimize and optim do in
R, so there is no real problem.
One can just put function(x) f(x, ...) as the first argumnet of the
.Internal call.  It can also fairly easily be done internally (but
why bother?)   I'll take a look at this, but why not try optim instead?
I'll leave that for the R-bugs-master.