Skip to content
Prev 43966 / 398525 Next

how to use try()

Check the function nlsList in package nlme.  It does something very
like what you want to do.

"r.ghezzo" <heberto.ghezzo at mcgill.ca> writes:
It is not a good idea to use lo$m$getPars() directly.  It is better to
use the generic function, which in this case is coef(), as in

coef(lo)[4]