Skip to content

Specify nonlinear equation with nlme

2 messages · justin bem, Dieter Menne

1 day later
#
justin bem <justin_bem <at> yahoo.fr> writes:
How can I specify this
I have many value of 1 in y logit(1)=Inf.

Using exp in this case is a fairly common approach, and there are some examples
in the Pinheiro/Bates Book, chapter 8.2 (look for orange tree); or, if you do
not have access to it, look at ch08.r in library/nlme/scripts

Dieter