Skip to content
Prev 67920 / 398506 Next

nls error in formula

Anaid Diaz wrote:
Use

nls(y ~ A -B*exp(-C*x), start = c(A = 0.8, B = 0.6, C = 1/40000))

instead or, preferably,

nls(y ~ SSasymp(x, Asym, R0, lrc))

and read

?SSasymp

for an interpretation of the estimated parameters.