<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Dear R-list members,</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Some months ago I wrote a message on the 
usage of gnls (nlme library) and here I come again.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Let me give an example:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I have a 10 year length-at-age data set of 
10 fishes (see growth.dat at the end of this message) and I want to fit a von 
Bertalanffy growth&nbsp;model, Li= Linf*(1-exp(-k*(ti-t0)))&nbsp;where Li = 
length at age i, Linf= asymptotic length, k= curvature parameter, ti= age i, and 
t0= age&nbsp;of length 0.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I'd solved the problem using nls but the 
points are not independent. The length-at-age data are correlated for each fish 
because I'm following the growth history of each specimen.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Trying to use gnls I wrote to R-list 
and&nbsp;to Mr. Jose Pinheiro who kindly advised me on this matter. The problem 
was that using S-Plus he could fit the model and I, using R with the same 
commands, got an error message:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><FONT color=#ff0000>&gt; growth.gnls &lt;- 
gnls(lt ~ Linf*(1-exp(-K*(age-t0))),<BR>+ data=growth.dat, params= Linf +K + t0 
~ 1, start=list(Linf=500,K=0.2,t0=0),<BR>+ control = list(returnObject = T), 
corr = corAR1(form=~fish|age))</FONT><BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>Error in 
"[&lt;-.factor"(*tmp*, , value = grpShrunk[revOrderShrunk]) : 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Argument "i" is missing, with no 
default<BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>If I use nls function I can estimate the 
parameters:</DIV></FONT>
<DIV><FONT face="Courier New" color=#000080 size=2>&nbsp;</DIV></FONT>
<DIV><FONT face="Courier New" color=#ff0000 size=2>&gt; growth.nls &lt;- nls(lt 
~ Linf*(1-exp(-K*(age-t0))),<BR>+ data=growth.dat, 
start=list(Linf=500,K=0.2,t0=0))<BR></FONT></DIV>
<DIV><FONT face="Courier New" color=#ff0000 size=2>&gt; 
summary(growth.nls)</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>Formula: lt ~ Linf * (1 - 
exp(-K * (age - t0)))</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 
size=2>Parameters:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Estimate Std. Error t value 
Pr(&gt;|t|)&nbsp;&nbsp;&nbsp; <BR>Linf 509.72841&nbsp;&nbsp;&nbsp; 7.93394&nbsp; 
64.247&nbsp; &lt; 2e-16 ***<BR>K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.19888&nbsp;&nbsp;&nbsp; 0.00764&nbsp; 26.031&nbsp; &lt; 2e-16 
***<BR>t0&nbsp;&nbsp;&nbsp;&nbsp; 0.29873&nbsp;&nbsp;&nbsp; 0.04462&nbsp;&nbsp; 
6.696&nbsp; 1.4e-09 ***<BR>---<BR>Signif. codes:&nbsp; 0 `***' 0.001 `**' 0.01 
`*' 0.05 `.' 0.1 ` ' 1 </FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>Residual standard error: 
10.32 on 97 degrees of freedom</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>Correlation of Parameter 
Estimates:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Linf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
K<BR>K&nbsp; -0.9631&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>t0 -0.6472 
0.7827<BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>Well, I would be grateful to receive any 
help.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Best regards,</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Antonio Olinto</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Fisheries Institute</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Sao Paulo - BRASIL</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>-------------</FONT></DIV>
<DIV><FONT face="Courier New" color=#ff0000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#ff0000 size=2>&gt; growth.dat</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>&nbsp;&nbsp;&nbsp; fish 
age&nbsp;&nbsp;&nbsp; lt<BR>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 
1&nbsp; 65.3<BR>2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 2 
144.1<BR>3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 3 
208.6<BR>4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 4 
261.4<BR>5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 5 
304.7<BR>6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 6 
340.1<BR>7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 7 
369.1<BR>8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 8 
392.8<BR>9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 9 
412.2<BR>10&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 10 
428.1<BR>11&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 1&nbsp; 
68.5<BR>12&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 2 
149.8<BR>13&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 3 
215.0<BR>14&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 4 
267.3<BR>15&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 5 
309.3<BR>16&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 6 
343.0<BR>17&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 7 
370.1<BR>18&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 8 
391.8<BR>19&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 9 
409.2<BR>20&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp; 10 
423.2<BR>21&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 1&nbsp; 
60.4<BR>22&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 2 
134.4<BR>23&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 3 
196.3<BR>24&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 4 
248.0<BR>25&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 5 
291.1<BR>26&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 6 
327.2<BR>27&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 7 
357.3<BR>28&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 8 
382.5<BR>29&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; 9 
403.5<BR>30&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp; 10 
421.0<BR>31&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 1&nbsp; 
64.1<BR>32&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 2 
142.2<BR>33&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 3 
206.7<BR>34&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 4 
260.0<BR>35&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 5 
304.1<BR>36&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 6 
340.6<BR>37&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 7 
370.8<BR>38&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 8 
395.8<BR>39&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; 9 
416.4<BR>40&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp; 10 
433.5<BR>41&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 1&nbsp; 
71.4<BR>42&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 2 
156.0<BR>43&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 3 
223.9<BR>44&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 4 
278.5<BR>45&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 5 
322.2<BR>46&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 6 
357.3<BR>47&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 7 
385.5<BR>48&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 8 
408.1<BR>49&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; 9 
426.3<BR>50&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp; 10 
440.8<BR>51&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 1&nbsp; 
66.6<BR>52&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 2 
147.0<BR>53&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 3 
212.8<BR>54&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 4 
266.7<BR>55&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 5 
310.8<BR>56&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 6 
346.9<BR>57&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 7 
376.5<BR>58&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 8 
400.7<BR>59&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; 9 
420.5<BR>60&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp; 10 
436.7<BR>61&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 1&nbsp; 
64.5<BR>62&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 2 
143.0<BR>63&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 3 
207.9<BR>64&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 4 
261.5<BR>65&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 5 
305.9<BR>66&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 6 
342.6<BR>67&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 7 
373.0<BR>68&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 8 
398.1<BR>69&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp; 9 
418.8<BR>70&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp; 10 
436.0<BR>71&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 1&nbsp; 
66.0<BR>72&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 2 
146.3<BR>73&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 3 
212.7<BR>74&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 4 
267.6<BR>75&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 5 
313.0<BR>76&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 6 
350.6<BR>77&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 7 
381.6<BR>78&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 8 
407.3<BR>79&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp; 9 
428.5<BR>80&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp; 10 
446.1<BR>81&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 1&nbsp; 
74.2<BR>82&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 2 
162.3<BR>83&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 3 
232.9<BR>84&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 4 
289.6<BR>85&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 5 
335.1<BR>86&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 6 
371.6<BR>87&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 7 
400.9<BR>88&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 8 
424.4<BR>89&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp; 9 
443.3<BR>90&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp; 10 458.5<BR>91&nbsp;&nbsp;&nbsp; 
10&nbsp;&nbsp; 1&nbsp; 62.2<BR>92&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 2 
138.4<BR>93&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 3 202.1<BR>94&nbsp;&nbsp;&nbsp; 
10&nbsp;&nbsp; 4 255.3<BR>95&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 5 
299.7<BR>96&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 6 336.8<BR>97&nbsp;&nbsp;&nbsp; 
10&nbsp;&nbsp; 7 367.8<BR>98&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 8 
393.7<BR>99&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; 9 415.3<BR>100&nbsp;&nbsp; 10&nbsp; 
10 433.4</DIV></FONT></BODY></HTML>