ridge_se | R Documentation |
Importing required packages and functions
ridge_se(xs, y, yhat, my_mod, verbose = FALSE)
xs |
Genotype matrix |
y |
Phenotype |
yhat |
Ridge/LASSO regression object |
my_mod |
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.