enrico.fosco...@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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to