extract_lasso_coef: Extract the lasso estimate from the output of...

View source: R/supporting_function.R

extract_lasso_coefR Documentation

Extract the lasso estimate from the output of anchored_lasso_testing().

Description

Extract the lasso estimate from the output of anchored_lasso_testing().

Usage

extract_lasso_coef(testing_result)

Arguments

testing_result

The output/test result list from anchored_lasso_testing().

Value

A list, whose elements are the estimated discriminant directions for each split—the length of the output list is the same as n_folds.

The discriminant vectors for each split.


HMC documentation built on June 8, 2025, 10:32 a.m.

Related to extract_lasso_coef in HMC...