coef.intsearch: Get coefficients for a model

Description Usage Arguments Value Author(s) References See Also

Description

Get coefficients for a model after applying interval search for tuning parameters

Usage

1
2
## S3 method for class 'sum.intsearch'
coef(object,...)

Arguments

object

an object as returned by the function summary.intsearch.

...

additional argument(s)

Value

named vector of non-zero coeficients for the optimal lambda

Author(s)

Natalia Becker \ natalia.becker@dkfz.de

References

Sill M., Hielscher T., Becker N. and Zucknick M. (2014), c060: Extended Inference with Lasso and Elastic-Net Regularized Cox and Generalized Linear Models, Journal of Statistical Software, Volume 62(5), pages 1–22. http://www.jstatsoft.org/v62/i05/

See Also

EPSGO, summary.intsearch,plot.sum.intsearch


c060 documentation built on May 2, 2019, 4:42 p.m.

Related to coef.intsearch in c060...