lslx
coef.lslx()
is an S3
interface for extracting parameter estimate from a lslx
object.
# S3 method for lslx
coef(object, selector, lambda, delta, ...)
A fitted lslx
object.
A character
to specify a selector for determining an optimal penalty level.
A numeric
to specify a chosen optimal lambda value.
A numeric
to specify a chosen optimal lambda value.
Other arguments. For details, please see the $extracted_coefficient()
method in lslx
.