> # New code
> while(temp$iv[1] < 3) {
> temp <- nlminb.0(temp, p, liv, lv,
> objective, bounds, scale)
> NULL
> }
>
> This has the effect of returning the null value on exiting the loop instead
of
> everything else that the while loop normally returns.
Does this trick for reducing memory usage in S also have an affect in R?
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._