Skip to content

Are prediction interval values ungettable?

6 messages · Petar Milin, Andrew Robinson, Dimitris Rizopoulos

#
Hello all!
This is my third attempt (first at the general R-list, and one here five 
days or so ago), and I apologize for being tedious, but this started to 
bother me and my students are making my life a misery with this:
How can one get upper and lower limits of a prediction interval for 
random-effect levels; the exact exact values, numbers? They are shown on 
caterpillar plot using ranef() with
argument postVar=TRUE, but I would like to know them. A while ago, some
discussions were opened on "Confidence Intervals for Random Effect
BLUP's", but the answer was never clear:
http://www.mail-archive.com/r-help at r-project.org/msg04820.html

Thanks!
PM
#
On 11/20/2010 2:21 PM, Petar Milin wrote:
maybe one thing that I think needs to be kept in mind is that the 
posterior variances that ranef(..., postVar = TRUE) returns condition on 
the MLEs and do not take their variability into account.

Best,
Dimitris

  
    
#
This is right, but I have compared values I get with the below procedure 
explained by Andrew and the end points of whiskers on the caterpillar 
plot (I tried to approximate them the best I could), and they do match 
for five different data sets and models.

Best,
PM
On 21/11/10 18:07, Dimitris Rizopoulos wrote: