The package answers the following questions:
Essentially - what should I do when my data for Cox model w/ or w/o variable selection are too large?
The dcalasso package aims to fit Cox proportional hazards model to extremely large, when both n and p are extremely large and n>>p. The method and package have the following features:
The method is detailed here. Briefly, the method first finds a divide-and-conquer Cox model estimate without adaptive LASSO penalty by applying the divide-and-conquer strategy with one-step estimation to the data that are divided into subsets. Then it finds the divide-and-conquer adaptive LASSO estimate based on the divide-and-conquer Cox estimate, using least square approximation.
Install development version from GitHub:
# install.packages("remotes")
install_github("celehs/dcalasso")
Wang, Yan, Chuan Hong, Nathan Palmer, Qian Di, Joel Schwartz, Isaac Kohane, and Tianxi Cai. “A Fast Divide-and-Conquer Sparse Cox Regression.”. 2019 Sep 23. kxz036
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.