Skip to content
Prev 30860 / 398506 Next

nls, gnls, starting values, and covariance matrix

Simon  -

There's a symmetry in the model you are fitting, and the error
message returned sounds to me as though it is referring to that.

Could you try a model formula of the form

Y ~ a0 + log(exp(-c0-a1*X) + exp(+c0-b1*X))

Maybe you will need to make the two slopes identifiable in much
the same fashion that I've done for the two intercepts, in order
to get it to work.  Or maybe not.  I'll leave that up to you.

HTH  -  tom blackwell  -  u michigan medical school  -  ann arbor  -
On Sat, 19 Apr 2003 sdfrost at ucsd.edu wrote: