Dear dev,

it looks like there is a typo in nlminb.

regards,
Yohan


Index: src/library/stats/R/nlminb.R
===================================================================
--- src/library/stats/R/nlminb.R        (revision 50097)
+++ src/library/stats/R/nlminb.R        (working copy)
@@ -93,7 +93,7 @@
                "7" = "singular convergence (7)",
                "8" = "false convergence (8)",
                "9" = "function evaluation limit reached without convergence 
(9)",
-               "10" = "iteration limit reached without convergence (9)",
+               "10" = "iteration limit reached without convergence (10)",
                "14" = "storage has been allocated (?) (14)",
 
                "15" = "LIV too small (15)",

-- 
PhD candidate
Swiss Federal Institute of Technology
Zurich

www.ethz.ch

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to