Skip to content
Prev 66133 / 398502 Next

Non linear modeling

then is the nls function can deal the problem as Guillaume STORCHI mentioned in the last post? [X<-nls(y~x+exp(a*x)*eps, data=,start=list(a=,eps=))]
or just can solve the problem as:log(y-x) = a*x + e?



On Fri, 18 Mar 2005 08:56:38 -0500
"Liaw, Andy" <andy_liaw at merck.com> wrote: