vcov_ridge: vcov_ridge: returns variance-covariance matrix and standard...

Description Usage Arguments Value

View source: R/preprocess.R

Description

vcov_ridge: returns variance-covariance matrix and standard deviation for ridge/LASSO regression object

Usage

1
vcov_ridge(x, y, rmod, verbose = FALSE)

Arguments

x

Genotype matrix

y

Phenotype

rmod

Ridge/LASSO regression object

verbose

Indicates verbosing output, Default: FALSE.

Value

list(vcov, se). vcov: variance-covariance matrix; se: standard deviation


rqt documentation built on Nov. 8, 2020, 4:50 p.m.