listToMatrix: List to sparse matrix conversion

View source: R/LarsPath.R

listToMatrixR Documentation

List to sparse matrix conversion

Description

create a matrix with all estimated coefficients from the output of HDlars or EMlasso functions.

Usage

listToMatrix(x, row = c("covariates", "lambda"))

Arguments

x

a LarsPath or EMlasso object

row

if covariates, covariates are in row

Value

A sparse matrix containing the values of estimated coefficients for all penalty parameter and all covariates

See Also

HDlars EMlasso


HDPenReg documentation built on March 31, 2023, 9:31 p.m.