Learn R Programming

c060 (version 0.3-0)

coef.sum.intsearch: Get coefficients for a model

Description

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

Usage

# S3 method for sum.intsearch
coef(object,...)

Value

named vector of non-zero coeficients for the optimal lambda

Arguments

object

an object as returned by the function summary.intsearch.

...

additional argument(s)

Author

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. tools:::Rd_expr_doi("10.18637/jss.v062.i05")

See Also

EPSGO, summary.intsearch,plot.sum.intsearch