Learn R Programming

RoBMA (version 4.0.0)

true_effects: True Effects

Description

Computes the estimated true effects (theta) from a fitted model. This is a separate S3 generic whose brma method delegates to blup.brma.

Usage

true_effects(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

blup(), predict.brma()