vcov_ridge | R Documentation |
vcov_ridge: returns variance-covariance matrix and standard deviation for ridge/LASSO regression object
vcov_ridge(x, y, rmod, verbose = FALSE)
x |
Genotype matrix |
y |
Phenotype |
rmod |
Ridge/LASSO regression object |
verbose |
Indicates verbosing output, Default: FALSE. |
list(vcov, se). vcov: variance-covariance matrix; se: standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.