Skip to content
Prev 19056 / 20628 Next

Prediction of random effects in glmer()

Good question.
   Going back to a previous answer in this thread; these are empirical 
Bayesian prediction intervals. That is, they may be well-calibrated but 
they don't have the same theoretical status as 'true' frequentist CIs.

   To be completely honest, I don't know what is or isn't known about 
the calibration properties of intervals based on the conditional SD (I 
would guess they're not bad but really don't know the theory).

    This looks like a good reference on EB confidence intervals:

Cox, D. R. ?Prediction Intervals and Empirical Bayes Confidence 
Intervals.? Journal of Applied Probability 12, no. S1 (ed 1975): 47?55. 
https://doi.org/10.1017/S0021900200047550.

   Based on a *very* quick read it seems as though constructing CIs for 
the conditional modes based on the SDs is OK subject to the assumption 
that we can plug in/condition on the 'theta'/variance estimates ...
On 2/15/21 4:25 PM, Andrew Robinson wrote: