Skip to content
Prev 332809 / 398506 Next

Adding the complementary log-link to binomial() and make.link()

Roland Deutsch <roland.deutsch <at> tuwien.ac.at> writes:
response models, which
models. While I do use
and cloglog, I often
Complementary Log link
Regression for
Statistician , Vol. 46, No. 2,
distribution.
do so by adding the
in make.link(...):
binomial(). However, I 

I wouldn't mess with make.link.  Why don't you just
define your own custom link, for example following the
example under help(family)?  This is what I did in
the psyphy package and I just checked and
they all still work under the current version of R.