Displaying 1 result from an estimated 1 matches for "mypbmcdata".
Did you mean:
mybmpdata
2009 Oct 30
0
Interpreting gnls() output in comparison to nls()
...e
results given by gnls() don't seem to make any sense and they differ
substantially from those produced by nls(). I suspect that I am just
misinterpreting the gnls() output and could use a little guidance.
Here's the data I am trying to fit:
------------------------------------
> myPbmcData
Grouped Data: lnCount ~ Time | Type
Time Mouse Count Type lnCount
1 0 T0-1 37.6 Naive 3.627004
2 0 T0-2 23.6 Naive 3.161247
3 0 T0-3 49.2 Naive 3.895894
4 8 T8-1 20.8 Naive 3.034953
5 8 T8-2 26.9 Naive 3.292126
6 8 T8-3 34.0 Naive 3.526361
7 24 T2...