Hi Sadeghian,

You could consider posting this question on the r-help mailing list. (https://stat.ethz.ch/mailman/listinfo/r-help) I think that would give you an answer much sooner.

cheers,
Paul

azadeh sadeghian schreef:
dear list
I am student M.S. statistics in department statistics . I am working in the function "nls" in the [R 2.3.1] with 246 data and want to fit the "exp" model to vectors( v and u ) but I have
a problem to use it
u
  5.000000e-13 2.179057e+03 6.537171e+03 1.089529e+04 1.525340e+04
  1.961151e+04 2.396963e+04 2.832774e+04 3.268586e+04 3.704397e+04
 4.140209e+04 4.576020e+04 5.011831e+04 5.447643e+04
v
 8.382562e-01 4.090868e+02 1.311053e+03 2.124143e+03 3.365494e+03
 2.138903e+03 7.687774e+03 1.028396e+04 1.004186e+04 2.059798e+04
 1.438464e+04 2.861373e+04 2.294919e+04 2.807701e+04
data1<-data.frame(u=u ,v=v)
nls(v~c0+(ce*(1-exp((-u)/ae))),data=data1,start=list(c0=0,ce=1000,ae=3000)) Error in nls(v ~ c0 + (ce * (1 - exp((-u)/ae))), data = data1, start = list(c0 = 0, :
        step factor 0.000488281 reduced below 'minFactor' of 0.000976563
i dont know how to solve it, please help me .
 best regards
Sadeghian
------------------------------------------------------------------------
Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online. <http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS>



--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone:     +31302535773
Fax:    +31302531145
http://intamap.geo.uu.nl/~paul

+
+ To post a message to the list, send it to [email protected]
+ To unsubscribe, send email to majordomo@ jrc.it with no subject and "unsubscribe 
ai-geostats" in the message body. DO NOT SEND Subscribe/Unsubscribe requests to the 
list
+ As a general service to list users, please remember to post a summary of any 
useful responses to your questions.
+ Support to the forum can be found at http://www.ai-geostats.org/

Reply via email to