coef.gmu_lasso: Extract Coefficients of a GMU Lasso object

View source: R/coef_methods.R

coef.gmu_lassoR Documentation

Extract Coefficients of a GMU Lasso object

Description

Default coef method for a gmu_lasso object.

Usage

## S3 method for class 'gmu_lasso'
coef(object, all = FALSE, ...)

Arguments

object

Fitted model object returned by gmu_lasso.

all

Logical indicating whether to show all coefficient estimates, or only non-zeros. Only used when delta is a single value.

...

Other arguments (not used).


osorensen/hdme documentation built on May 18, 2023, 11:35 p.m.