Skip to content
Prev 321369 / 398500 Next

non linear equation

I would suggest to try different starting values. The following works
for instance:
n2<-nls(proc~f(cls,a,b,c,d),data=bline,start=list(a=1000,b=-1,c=4,d=1),t
race=TRUE)

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of Jorge I Velez
Sent: Mittwoch, 10. April 2013 13:35
To: catalin roibu
Cc: R mailing list
Subject: Re: [R] non linear equation

Please do not forget to CC the list to increase your chances of getting
help.  --JIV


On Wed, Apr 10, 2013 at 9:31 PM, catalin roibu
<catalinroibu at gmail.com>wrote:

            
wrote:
<catalinroibu at gmail.com>wrote:
double exponential equation like this:
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.