predict.lass0: Predict method for a Lasso-Zero fit

Description Usage Arguments Value References See Also

View source: R/methods.R

Description

Predicted values for the response given a new input matrix Xnew, based on a lass0 fit.

Usage

1
2
## S3 method for class 'lass0'
predict(object, Xnew, ...)

Arguments

object

a "lass0" object

Xnew

a new input matrix whose number of columns equals the number of coefficients returned in obj.

...

further arguments passed to or from other methods.

Value

vector of predictions

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


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

Related to predict.lass0 in lass0...