Description Usage Arguments Details Value Author(s) References See Also
This is a generic function for generating best linear unbiased predictions (BLUPs) from the results of various fitting functions for meta-analytical models. The function invokes particular methods which depend on the class
of the first argument. Currently, specific methods exist for several meta-analytical models in various packages: blup.mixmeta
, blup.rma.uni
, blup.mvmeta
, and blup.dosresmeta
.
1 |
object |
a model object for which BLUPs are desired. |
... |
further arguments passed to or from other methods. |
The generic method function blup
calls specific method functions to produces (empirical) best linear unbiased predictions (BLUPs) from model objects.
These predictions are a shrunk version of unit-specific realizations, where unit-specific estimates borrow strength from the assumption of an underlying (potentially multivariate) distribution in a (usually hypothetical) population. The amount of shrinkage depends from the relative size of the within and between-unit covariance matrices.
The form of the value returned by blup
depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method. Usually, the results consist of point estimates of BLUPs and optionally some measure of their uncertainty.
Antonio Gasparrini <antonio.gasparrini@lshtm.ac.uk> and Francesco Sera <francesco.sera@lshtm.ac.uk>
Verbeke G, Molenberghs G. Linear Mixed Models for Longitudinal Data. Springer; 1997.
Sera F, Armstrong B, Blangiardo M, Gasparrini A (2019). An extended mixed-effects framework for meta-analysis.Statistics in Medicine. 2019;38(29):5429-5444. [Freely available here].
Specific methods for various classes: blup.mixmeta
, blup.rma.uni
, blup.mvmeta
, and blup.dosresmeta
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.