0
$\begingroup$

I'm using lme4 and have a GLMM with a log link and gaussian variance structure. I would like to report my fixed effect estimates with their standard errors, as well as the standard deviation of my random effects on the response scale. The output from my model is on the link scale. Can I simply exponentiate the output, or do I need to do more?

$\endgroup$
1

1 Answer 1

5
$\begingroup$

Standard errors do not transform. If uncertainty intervals on the link scale are symmetric (as they often approximately are), when you anti-log parameter estimates the uncertainty on the anti-logged scale will be asymmetric. You can anti-log the confidence limits but cannot get a standard error that is useful on the original scale because of the needed asymmetry.

$\endgroup$
2
  • $\begingroup$ Thanks for your response! Can I anti-log the SD of my random effects though? Would that be meaningful? $\endgroup$
    – teeniv
    Commented Mar 3, 2022 at 12:48
  • 3
    $\begingroup$ No! Please read my answer again. $\endgroup$ Commented Mar 3, 2022 at 13:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.