This can happen sometimes because 95% CIs are built symmetrically: [B-1.96*SE, B+1.96*SE]. In predictions() we use backtransformation to avoid this issue, but that strategy is not available/straightforward everywhere.
Some people think it's fine to truncate symmetric delta method CIs, but that's obv a hack. Using inferences() to bootstrap or simulate CIs is an alternative.
Comments