Displaying 1 result from an estimated 1 matches for "corlogit".
Did you mean:
clogit
2004 Dec 29
0
GEE with own link function
Hello,
I want to fit a GEE with a user-defined link function.
For the user-defined link-function I still read
http://finzi.psych.upenn.edu/R/Rhelp01/archive/6555.html and
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25727.html.
Only for testing purposes I added a new link function
(corlogit) in make.link (as well as in binomial) with
exactly the same code as logit before using my code.
I tried it with glm() and it works without any problem (I
get the same results using 'binomial(link="logit")' or
'binomial(link="corlogit")').
But with library(...