<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Prof. Walmes, muito obrigado.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">Eu não estava compreendendo a diferença entre as situações. </div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">Lendo a sua descrição acredito que a forma mais correta seria a reg3 (eu já desconfiava disso). Mas o problema é que quando utilizo esta função <span style="font-size: 12pt; ">a assíntota superior do modelo
 fica</span><span style="background-color: transparent; "> sub-estimada. Dessa forma o ajuste fica muito ruim. </span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><span style="background-color: transparent; "><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><span style="background-color: transparent; ">Veja as figuras que são geradas no CRM abaixo.</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">Saberia me dizer o que está acontecendo ? Ou me indicar a o melhor caminho para me livrar deste problema ?</div><div style="font-family: 'times new roman', 'new york', times, serif;
 font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">Segue o CMR:</div><div style="background-color: transparent; "><div style="background-color: transparent; ">rm(list=ls())</div><div style="background-color: transparent; ">library(car)</div><div style="background-color: transparent; ">library(nlme)</div><div style="background-color: transparent; ">library(qpcR) # para calcular o R2</div><div style="background-color: transparent; "><br></div></div><div>daf=c(96,111,126,141,158,174,189,204,219,235,250,265,279,293)</div><div>mfs2=c(0.014,0.027,0.033,0.189,0.439,0.602,0.653,0.671,0.775,0.814,0.911,1.012,1.059,1.005)</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif;
 background-color: transparent; font-style: normal; "># Logístico</div><div>reg1=gnls(mfs2~((alfa)/(1 + exp(beta - gama*daf))), start=c(alfa=1.5,beta=3,gama=0.015), weights=varExp(form=~daf),correlation=corAR1(form=~daf))</div><div>reg3=gnls(mfs2~((alfa)/(1 + exp(beta - gama*daf))), start=c(alfa=1.5,beta=3,gama=0.015), weights=varExp(form=~daf),correlation=corAR1())</div><div><br></div><div>Rsq(reg1)</div><div>Rsq(reg3)</div><div><br></div><div>plot(daf,mfs2, main="Modelo Logístico")</div><div>lines(daf,fitted(reg1),col="green")</div><div>lines(daf,fitted(reg3),col="red")</div><div><br></div><div># Gompertz</div><div>mod1=gnls(mfs2~(alfa*exp(-exp(beta-(gama*daf)))),  start=c(alfa=1.5,beta=3,gama=0.02),weights=varExp(form=~daf),correlation=corAR1(form=~daf))</div><div>mod3=gnls(mfs2~(alfa*exp(-exp(beta-(gama*daf)))),
  start=c(alfa=1.5,beta=3,gama=0.02),weights=varExp(form=~daf),correlation=corAR1())</div><div><br></div><div>Rsq(mod1)</div><div>Rsq(mod3)</div><div><br></div><div>plot(daf,mfs2, main="Modelo Gompertz")</div><div>lines(daf,fitted(mod1),col="green")</div><div>lines(daf,fitted(mod3),col="red")</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; ">Atenciosamente.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "> </div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; text-align: center; "><span style="text-decoration:underline;">Tales Jesus Fernandes</span><br style="text-decoration:underline;"><span
 style="text-decoration:underline;">Doutorando em Estatística UFLA</span><br><span style="text-decoration:underline;">Universidade Federal de Lavras</span><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "> <div dir="ltr"> <font size="2" face="Arial"> </font></div><div id="yiv988273944"><br></div> </div> </div>  </div></body></html>