coeff.beta.k {hscovar} | R Documentation |
Ratio of expected value to variance of estimator
Description
The ratio of expected value to standard deviation is calculated for the estimator of a selected regression coefficient.
Usage
coeff.beta.k(k, beta.true, lambda, eigendec, n, weights = 1)
Arguments
k |
index of selected regression coefficient |
beta.true |
(LEN p) vector of regression coefficients |
lambda |
shrinkage parameter |
eigendec |
eigenvalue decomposition of (p x p) correlation matrix
|
n |
sample size |
weights |
vector (LEN p) of SNP-specific weights or scalar if weights are equal for all SNPs; default value 1 |
Value
ratio
[Package hscovar version 0.4.2 Index]