Yimeng Lu <yl2058 <at> columbia.edu> writes: > In a loop, if a function, such as "nls", gives an error, is it possible to > coerce R to continue proceeding the next command with the same > loop?
You may also have a look at nlsList in package(nlme). In handles errors returns a nice list of result. Dieter ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
