<div>caros amigos estou tentando rodar um modelo não linear de Gormpertz
 da forma Log(Y) = a-b*exp(-c*X) utiliando a função nls. A função é como
 segue:</div><div><br></div><div>gompertz<-nls(log(PESO.FETO)~a-b*exp(-c*Gest),start=list(a=3.4,b=22.99,c=0.018),data=gestsimp)</div><div>dput(gestsimp)</div><div><br></div>Acontece que toda vez que rodo, recebo o aviso de erro:"<span class="yiv113088394Apple-style-span" style="border-collapse:separate;color:rgb(0,0,0);font-family:Arial;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:16px"><span class="yiv113088394Apple-style-span" style="font-family:'Lucida Console';font-size:13px;line-height:15px;white-space:pre-wrap"><pre class="yiv113088394GJWPQFQDK4" style="font-family:'Lucida Console';font-size:10pt!important;outline-style:none;outline-color:initial;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-color:initial;white-space:pre-wrap;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;line-height:1.2">
<span class="yiv113088394GJWPQFQDF4">Erro em nls(log(PESO.FETO) ~ a - b * exp(-c * Gest), start = list(a = 3.4,  : 
  número de iterações excedeu o máximo de 50<br><br>Ja tentei elevar o máximo de interação utilizando o comando controle mas nunca converge. Alguem pode me esclarecer em que estou errando. os valore iniciais foram obtido sutilizando a função manipulate.<br>
<br>um grande abraço</span></pre></span></span>