Skip to content

using loglog link in VGAM or creating loglog link for GLM

2 messages · torbjore, Gavin Simpson

#
I think you guys make it more difficult than it has to be. Estimating
probability of success with a loglog-link is equivalent to estimating
probability of failure with a cloglog-link, so all you have to do is to
change the response variable accordingly (and then you can interpret
parameter estimates (or any contrasts in general) as hazard ratios)...

Though, I wish there was a loglog-link in glm and lmer so you wouldn't have
to do this.
#
On Sun, 2011-01-23 at 10:56 -0800, torbjore wrote:
Err, isn't that **exactly** what I said?! (May be the "you guys" wasn't
aimed at me but there were only two responses in that thread, one of
them from me... and you haven't quoted to what it was you were
referring.)
You are, in effect, asking other people to maintain more code for you
when you can easily alter the coding for the response.

G