Skip to content
Prev 12832 / 20628 Next

cloglog logistic regression interpretation

Javier Atalah <Javier.Atalah at ...> writes:
logistic regression using a cloglog link?
family='binomial' (link=cloglog))

This is not actually a mixed model -- you're using glm(), not glmer().
Even if you were using glmer(), this question is not specifically related
to mixed models, it's a more general, GLM-related question.
 
 Asking in a more general statistics forum such as CrossValidated
(http://stats.stackexchange.com) would be more appropriate (I took
a quick look there and didn't find anything exactly answering your 
question).
You can't quite do this.  What you know is that the *log-hazard*
increases by 0.015 per time unit, so the hazard (probability of
mortality per unit time) is multiplied by exp(0.015) = 1.015113
\approx 1.5% per passing time unit.

  Good luck (this looks like a good CV question, but don't
forget to read http://stats.stackexchange.com/help/how-to-ask )

  Ben Bolker