[R] What does uniroot return when an error occurs
asafwe
asafw at wharton.upenn.edu
Thu Nov 1 20:59:49 CET 2012
Hi,
I'm using the uniroot function, and would like to detect an error which
occurs, for instance, when the values at endpoints are not of opposite
signs. For example:
uniroot( function(x) x^2+1, lower=1, upper=2 ).
I want to say something like:
if "error in uniroot(...)" return NA else return uniroot$root
Thanks a lot!
Asaf
--
View this message in context: http://r.789695.n4.nabble.com/What-does-uniroot-return-when-an-error-occurs-tp4648168.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list