[R] Two or more dimensional root (Zero) finding
Ben Bolker
bolker at ufl.edu
Mon Apr 20 15:04:55 CEST 2009
enrico.foscolo2 at libero.it wrote:
>
> Good morning to all,
>
> I should find the zero of a specific function with
> respect to a vector of arguments.
> Does it exist something similar in R?
>
Someone else may pipe up with a better answer, but this is generally
a difficult problem (see _Numerical Recipes_ for discussion). A
reasonable approach is to search for the minimum of the square
of the function (using optim(), nlmin(), etc.).
Ben Bolker
--
View this message in context: http://www.nabble.com/Two-or-more-dimensional-root-%28Zero%29-finding-tp23135160p23136292.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list