| fastcox-package | R Documentation |
We introduce a cocktail algorithm, a good mixture of coordinate decent, the majorization-minimization principle and the strong rule, for computing the solution paths of the elastic net penalized Cox's proportional hazards model.
| Package: | fastcox |
| Type: | Package |
| Version: | 1.0.0 |
| Date: | 2012-03-26 |
| Depends: | Matrix |
| License: | GPL (version 2) |
| URL: | https://github.com/archer-yang-lab/fastcox |
Yi Yang and Hui Zou
Maintainer: Yi Yang <yi.yang6@mcgill.ca>
Yang, Y. and Zou, H. (2013),
"A Cocktail Algorithm for Solving The Elastic Net Penalized Cox's Regression in High Dimensions", Statistics and Its Interface, 6:2, 167-173.
https://github.com/archer-yang-lab/fastcox
data(FHT)
m1<-cocktail(x=FHT$x,y=FHT$y,d=FHT$status,alpha=0.5)
predict(m1,type="nonzero")
plot(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.