Learn R Programming

RoBMA (version 4.0.0)

blup: Best Linear Unbiased Predictions (BLUPs)

Description

Computes the estimated true effects (theta) from a fitted model. These correspond to Best Linear Unbiased Predictions (BLUPs) or empirical Bayes estimates.

Usage

blup(object, ...)

Value

Method-specific return value, typically a summary table or posterior samples of BLUP or empirical-Bayes true-effect summaries.

Arguments

object

a fitted model object

...

additional arguments passed to methods

See Also

predict.brma()