coef.sum.intsearch {c060} | R Documentation |
Get coefficients for a model
Description
Get coefficients for a model after applying interval search for tuning parameters
Usage
## S3 method for class 'sum.intsearch'
coef(object,...)
Arguments
object |
an object as returned by the function |
... |
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. doi:10.18637/jss.v062.i05
See Also
EPSGO
, summary.intsearch
,plot.sum.intsearch
[Package c060 version 0.3-0 Index]