print.lass0: Print a lass0 object

Description Usage Arguments Details References See Also

View source: R/methods.R

Description

Print a summary of the Lasso-Zero estimate

Usage

1
2
## S3 method for class 'lass0'
print(x, ...)

Arguments

x

a "lass0" object.

...

additional print arguments.

Details

The call that produced the object x is printed, followed by the estimated regression coefficients and intercept.

References

Descloux, P., & Sardy, S. (2018). Model selection with lasso-zero: adding straw to the haystack to better find needles. arXiv preprint arXiv:1805.05133. https://arxiv.org/abs/1805.05133

See Also

lass0 and plot.lass0


lass0 documentation built on Dec. 19, 2019, 1:09 a.m.

Related to print.lass0 in lass0...