coef.lslx {lslx}R Documentation

S3 method to extract parameter estimate from lslx

Description

coef.lslx() is an S3 interface for extracting parameter estimate from a lslx object.

Usage

## S3 method for class 'lslx'
coef(object, selector, lambda, delta, ...)

Arguments

object

A fitted lslx object.

selector

A character to specify a selector for determining an optimal penalty level.

lambda

A numeric to specify a chosen optimal lambda value.

delta

A numeric to specify a chosen optimal lambda value.

...

Other arguments. For details, please see the $extracted_coefficient() method in lslx.


[Package lslx version 0.6.11 Index]