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

View source: R/preprocess.R

vcov_ridgeR Documentation

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

Description

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

Usage

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


izhbannikov/rqt documentation built on Aug. 2, 2024, 1:39 p.m.