blup {metafor} | R Documentation |
The function blup
is generic. It extracts the best linear unbiased predictions (BLUPs) for specific classes of objects. BLUPs combine the fitted values based on the fixed effects in the model and the estimated contributions of the random effects.
blup(x, ...)
x |
an object for which BLUPs are meaningful. See ‘Details’. |
... |
other arguments. |
Currently, there is only a specific method for objects of class "rma.uni"
created by the rma.uni
function. Accordingly, the corresponding method is called blup.rma.uni
. See the documentation for that function for more details.
Best linear unbiased predictions and possibly corresponding standard errors and prediction interval bounds.
Wolfgang Viechtbauer; wvb@www.wvbauer.com; http://www.wvbauer.com/
Robinson, G. K. (1991) That BLUP is a good thing: The estimation of random effects. Statistical Science, 6, 15–32.