cov_simple_het {mashr} | R Documentation |
Compute covariance matrices with diagonal element 1 and off-diagonal element corr
Description
This is an internal (non-exported) function. This help page provides additional documentation mainly intended for developers and expert users.
Usage
cov_simple_het(data, corr = c(0.25, 0.5, 0.75))
Arguments
data |
a mash data object, eg as created by |
corr |
a vector containing the correlations to be used |
Value
a list of matrices, one for each value in corr
[Package mashr version 0.2.79 Index]