ldshrink {ldsep} | R Documentation |
Obtain shrinkage estimates of correlation from output of
mldest()
or sldest()
.
Description
This will take the output of either mldest()
or
sldest()
, shrink the Fisher-z transformed
correlation estimates using ash()
(Stephens, 2017; Dey and Stephens, 2018), then return
the corresponding correlation estimates. You can obtain estimates of
r^2 by just squaring these estimates.
Usage
ldshrink(obj, ...)
Arguments
obj |
An object of class |
... |
Additional arguments to pass to |
Value
A correlation matrix.
Author(s)
David Gerard
References
Stephens, Matthew. "False discovery rates: a new deal." Biostatistics 18, no. 2 (2017): 275-294.
Dey, Kushal K., and Matthew Stephens. "CorShrink: Empirical Bayes shrinkage estimation of correlations, with applications." bioRxiv (2018): 368316.
[Package ldsep version 2.1.5 Index]