Skip to content
Prev 333728 / 398506 Next

Direct (null) hypothesis testing using GLMMs - possible?

Tomer Czaczkes <Tomer.Czaczkes <at> biologie.uni-regensburg.de> writes:
That could be considerably more difficult. There is some literature on
non-Gaussian random effects, but you'd probably have to write your own mixed
model code in AD Model Builder or WinBUGS/JAGS/Stan.
Well, it's a little bit misplaced (in general questions about mixed
models are better off on r-sig-mixed-models at r-project.org), but actually
your question is not specific to GLMMs, but applies more generally to
generalized linear models (without the mixed part).

  If you have binomial data (i.e. you know the total number, as well
as the proportion), and if you use a symmetric link function (such as
the default logit, or the probit) then an estimated intercept of 0
corresponds to a probability of 0.5, and so the hypothesis test of
intercept=0 corresponds to a test against the null hypothesis that
the probability is 0.5.

  Hope that helps.