Skip to content
Prev 13150 / 20628 Next

Standard errors in glmmADMB

Zahwa Al Ayyash (Student <zsa11 at ...> writes:
models) using Hurdle Poisson Model in glmmADMB.
standard error. How can I test for its significance?
Maybe at http://glmm.wikidot.com/faq ?
There are a bunch of issues here.

* As you already state, it's not necessarily a good idea to do
significance tests on variance components (one way of thinking of
significance tests is as a way to ask whether we can reliably estimate
the _sign_ of an estimated parameter, and we already know that
variance components are non-negative).

* However, putting that aside ("for the sake of completeness"):
http://glmm.wikidot.com/faq#random-sig suggests several difficulties
with hypothesis tests on variance components.

  * Parametric bootstrap could work and is more or
less the "gold standard", but will be slow.

  * Likelihood ratio tests may not be reliable because the
sampling distribution of variance components is not generally
chi-squared, but in the simplest case the estimated p-value is
twice its nominal value

  * glmmADMB objects *do* contain Wald standard errors for the
variance components (fit$sd_S), but they will be pretty much useless
for hypothesis testing; my guess that when the Wald CIS of the
variance overlap zero, that mostly just tells you that the estimates
are in the regime where Wald standard errors are unreliable