Skip to content
Prev 18332 / 20628 Next

Emmeans & effects packages: Post-hoc tests for Tweedie glmmTMB model

Dear Niall,
Yes, the estimated fixed-effects coefficients and the estimated effects, which are linear combinations of the estimated coefficients, are asymptotically normal, and the confidence intervals reported are either based on the normal or t-distribution, depending on the model. 

But it's not obvious to me that the point-wise confidence intervals for the effects correspond to hypotheses that you want to test. The object returned by Effect(), however, contains not only the estimated effects, their standard errors, and confidence limits, but also their full covariance matrix. Consequently, you should be able to formulate a Wald test for *any* linear combination of the effects of interest, or even, by the delta method, a test for a nonlinear function of the fixed effects.

Best,
 John